From 505d8fbc9012550cd2da0c3807784df68c4c5801 Mon Sep 17 00:00:00 2001 From: Francis Li Date: Fri, 27 Sep 2024 09:33:18 -0700 Subject: [PATCH] chore: Update comment to be more accurate (#1390) Update comment to be more accurate --- crates/rpc-types-debug/src/debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rpc-types-debug/src/debug.rs b/crates/rpc-types-debug/src/debug.rs index 80929a3110b..9730c64d3c7 100644 --- a/crates/rpc-types-debug/src/debug.rs +++ b/crates/rpc-types-debug/src/debug.rs @@ -14,7 +14,7 @@ pub struct ExecutionWitness { /// Map of all contract codes (created / accessed) to their preimages that were required during /// the execution of the block, including during state root recomputation. /// - /// `keccak(address) => bytecodes` + /// `keccak(bytecodes) => bytecodes` pub codes: B256HashMap, /// Map of all hashed account and storage keys (addresses and slots) to their preimages /// (unhashed account addresses and storage slots, respectively) that were required during