Skip to content

Commit

Permalink
fix passing wrong parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Mar 5, 2022
1 parent 5b3fcce commit b0ce512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smdn.Fundamental.Uuid/Smdn/Uuid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private static Node GetNode()

physicalAddress.CopyTo(node);

return new Node(physicalAddress);
return new Node(node);
}

public static Uuid CreateTimeBased()
Expand Down

0 comments on commit b0ce512

Please sign in to comment.