diff --git a/core/interface.go b/core/interface.go index 382b7ef..9820fb0 100644 --- a/core/interface.go +++ b/core/interface.go @@ -111,6 +111,8 @@ type StateDB interface { AddressInAccessList(addr Address) bool SlotInAccessList(addr Address, slot Hash) (addressOk bool, slotOk bool) + + IntermediateRoot(deleteEmptyObjects bool) Hash } type RWStateDB interface {