Skip to content

Commit

Permalink
chore(rpc): make keys required for execution witness (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00101010 authored Oct 9, 2024
1 parent aee5579 commit 7645ad4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/rpc-types-debug/src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ pub struct ExecutionWitness {
/// the execution of the block. during the execution of the block.
///
/// `keccak(address|slot) => address|slot`
#[serde(default)]
pub keys: Option<B256HashMap<Bytes>>,
pub keys: B256HashMap<Bytes>,
}

0 comments on commit 7645ad4

Please sign in to comment.