diff --git a/vendor/pezkuwi-subxt/signer/src/eth.rs b/vendor/pezkuwi-subxt/signer/src/eth.rs index 8dd84ff4..e93b9d2f 100644 --- a/vendor/pezkuwi-subxt/signer/src/eth.rs +++ b/vendor/pezkuwi-subxt/signer/src/eth.rs @@ -442,7 +442,7 @@ mod test { #[test] fn check_account_id(keypair in keypair()) { - // https://github.com/ethereumbook/ethereumbook/blob/develop/04keys-addresses.asciidoc#ethereum-addresses + // https://github.com/ethereumbook/ethereumbook/blob/develop/src/chapter_4.md let account_id = { let uncompressed = keypair.0.0.public_key().serialize_uncompressed(); let hash = keccak(&uncompressed[1..]).0;