Skip to content

Commit b0ce512

Browse files
committed
fix passing wrong parameter
1 parent 5b3fcce commit b0ce512

File tree

1 file changed

+1
-1
lines changed
  • src/Smdn.Fundamental.Uuid/Smdn

1 file changed

+1
-1
lines changed

src/Smdn.Fundamental.Uuid/Smdn/Uuid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private static Node GetNode()
9292

9393
physicalAddress.CopyTo(node);
9494

95-
return new Node(physicalAddress);
95+
return new Node(node);
9696
}
9797

9898
public static Uuid CreateTimeBased()

0 commit comments

Comments
 (0)