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:
@ -221,7 +221,7 @@ where
|
||||
?transaction,
|
||||
"Executed transaction"
|
||||
);
|
||||
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