Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed Mar 28, 2024
1 parent 9758e5d commit e63897b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signer/src/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ mod test {

#[test]
fn check_account_id(keypair in keypair()) {
// https://github.com/ethereumbook/ethereumbook/blob/develop/04keys-addresses.asciidoc#ethereum-addresses
let account_id = {
let uncompressed = keypair.0.0.public_key().serialize_uncompressed();
let hash = keccak(&uncompressed[1..]).0;
Expand Down

0 comments on commit e63897b

Please sign in to comment.