Skip to content

Commit

Permalink
Update signature test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel1117 committed Jun 3, 2022
1 parent 72314a3 commit d71ef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nano.Net.Tests/BlockTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void SignBlock_ValidateSignature_ValidSignature()
{
_testBlock.Sign("A066701E0641E524662E3B7F67F98A248C300017BAA8AA0D91A95A2BCAF8D4D8".HexToBytes());

Assert.Equal("C3E9714F3FAAFE66074F40FB10C70A5A489CE0A222DBEFB7F39AB3432BF426D5A82E56BA24EBEC01CE37B1990A73CBC33E760F57856637778854FEF98E13F500",
Assert.Equal("E1A909D04D2E45199A2F17DF31CFE28203A5593173FB67F12ACB6C26E0B97712542BE472116D3CBC41B480C74CAB95FCB592CE73A21457B6ACF33100E706E500",
_testBlock.Signature, true);
}
}

0 comments on commit d71ef7e

Please sign in to comment.