mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: alloy 0.4 (#11334)
This commit is contained in:
@ -175,7 +175,8 @@ where
|
||||
|
||||
// Write the witness to the output directory.
|
||||
let response = ExecutionWitness {
|
||||
state: std::collections::HashMap::from_iter(state),
|
||||
state: HashMap::from_iter(state),
|
||||
codes: Default::default(),
|
||||
keys: Some(state_preimages),
|
||||
};
|
||||
let re_executed_witness_path = self.save_file(
|
||||
|
||||
Reference in New Issue
Block a user