mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(eecutor): send EvmState in state hook (#13025)
This commit is contained in:
@ -193,7 +193,7 @@ where
|
||||
error: Box::new(new_err),
|
||||
}
|
||||
})?;
|
||||
self.system_caller.on_state(&result_and_state);
|
||||
self.system_caller.on_state(&result_and_state.state);
|
||||
let ResultAndState { result, state } = result_and_state;
|
||||
evm.db_mut().commit(state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user