diff --git a/execution/evm/journal.go b/execution/evm/journal.go index 3bc382f..4d2d4e1 100644 --- a/execution/evm/journal.go +++ b/execution/evm/journal.go @@ -4,6 +4,7 @@ import ( "github.com/BlocSoc-iitr/selene/common" ) + type JournaledState struct { State EvmState TransientStorage TransientStorage