fix: update broken ethereumbook link to new chapter structure

The ethereumbook repository was restructured - the old path
04keys-addresses.asciidoc no longer exists. Updated to the
new chapter_4.md which contains the same Ethereum addresses
documentation.
This commit is contained in:
2026-01-28 17:34:50 +03:00
parent 94fac8683e
commit 3c63bb932b
+1 -1
View File
@@ -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;