We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a198d83 commit f8e1815Copy full SHA for f8e1815
Nodes/NodeUuid.cs
@@ -25,7 +25,7 @@ public static bool IsReserved(NodeUuid uuid)
25
}
26
27
private byte[] uuidBytes;
28
- private readonly int uuidHash = 0;
+ private readonly int uuidHash;
29
30
/// <summary>Get the 16 UUID bytes.</summary>
31
public byte[] UuidBytes => uuidBytes;
0 commit comments