added IntermediateRoot() to core/interface
This commit is contained in:
parent
2f0a270ff2
commit
4c6d82e4c8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user