From dbaa0d378e5cf315b3cec7caf7a7acd6b41fc60d Mon Sep 17 00:00:00 2001 From: Shargon Date: Fri, 3 Jan 2025 02:34:45 -0800 Subject: [PATCH] Update src/Neo/Cryptography/Crypto.cs --- src/Neo/Cryptography/Crypto.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Neo/Cryptography/Crypto.cs b/src/Neo/Cryptography/Crypto.cs index 11b11bb94d..99da988042 100644 --- a/src/Neo/Cryptography/Crypto.cs +++ b/src/Neo/Cryptography/Crypto.cs @@ -140,7 +140,6 @@ public static bool VerifySignature(ReadOnlySpan message, ReadOnlySpan /// Verifies that a digital signature is appropriate for the provided key, message and hash algorithm. ///