Skip to content

Commit

Permalink
fix typos (#6137)
Browse files Browse the repository at this point in the history
  • Loading branch information
AKABABA-ETH committed Sep 28, 2023
1 parent dc1781d commit 90aceb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Ethereum.KeyAddress.Test/KeyAddressTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void Signature_as_expected(KeyAddressTest test)
string expectedSigHex = expectedSig.ToString();
Address expectedAddress = new Address(test.Address);

Assert.That(actualAddress, Is.EqualTo(expectedAddress), "address vs adress from private key");
Assert.That(actualAddress, Is.EqualTo(expectedAddress), "address vs address from private key");

Address recoveredActualAddress = _ecdsa.RecoverAddress(actualSig, Keccak.OfAnEmptyString);
Assert.That(recoveredActualAddress, Is.EqualTo(actualAddress));
Expand Down

0 comments on commit 90aceb6

Please sign in to comment.