From 4894dfc3cc3917dc827e6f0430be7682fb042fa1 Mon Sep 17 00:00:00 2001 From: nan01ab Date: Tue, 14 Jan 2025 15:42:51 +0800 Subject: [PATCH] Update src/Neo/Cryptography/Murmur32.cs Co-authored-by: Shargon --- src/Neo/Cryptography/Murmur32.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Neo/Cryptography/Murmur32.cs b/src/Neo/Cryptography/Murmur32.cs index 1d784d8863..a845ea3fee 100644 --- a/src/Neo/Cryptography/Murmur32.cs +++ b/src/Neo/Cryptography/Murmur32.cs @@ -91,7 +91,7 @@ private uint GetCurrentHashUInt32() } [MethodImpl(MethodImplOptions.AggressiveInlining)] - public void Initialize() + private void Initialize() { _hash = _seed; _length = 0;