Skip to content

Commit

Permalink
Remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
BellringerQuinn committed Dec 18, 2023
1 parent 214e7d4 commit f4a6671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SequenceSDK/Core/Signature/Digest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static Digest NewDigest(params string[] messages)
return (new ImageHash()
{
Hash = new Hash(hashBytes),
}, null);;
}, null);
}

// Subdigest derives the hash to be signed by the Sequence wallet's signers to validate the digest.
Expand Down

0 comments on commit f4a6671

Please sign in to comment.