From 3c63bb932bf31a75f9838923d54a04c88e69156c Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 28 Jan 2026 17:34:50 +0300 Subject: [PATCH] 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. --- vendor/pezkuwi-subxt/signer/src/eth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;