Skip to content

Commit 4894dfc

Browse files
nan01abshargon
andauthored
Update src/Neo/Cryptography/Murmur32.cs
Co-authored-by: Shargon <[email protected]>
1 parent dfbfb95 commit 4894dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Neo/Cryptography/Murmur32.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private uint GetCurrentHashUInt32()
9191
}
9292

9393
[MethodImpl(MethodImplOptions.AggressiveInlining)]
94-
public void Initialize()
94+
private void Initialize()
9595
{
9696
_hash = _seed;
9797
_length = 0;

0 commit comments

Comments
 (0)