Skip to content

Commit

Permalink
Update src/Neo/Cryptography/Murmur32.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Shargon <[email protected]>
  • Loading branch information
nan01ab and shargon authored Jan 14, 2025
1 parent dfbfb95 commit 4894dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo/Cryptography/Murmur32.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private uint GetCurrentHashUInt32()
}

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void Initialize()
private void Initialize()
{
_hash = _seed;
_length = 0;
Expand Down

0 comments on commit 4894dfc

Please sign in to comment.