diff options
Diffstat (limited to 'core/vm/interface.go')
-rw-r--r-- | core/vm/interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/interface.go b/core/vm/interface.go index 2e2e3e925..fc15082f1 100644 --- a/core/vm/interface.go +++ b/core/vm/interface.go @@ -43,8 +43,8 @@ type StateDB interface { SubRefund(uint64) GetRefund() uint64 + GetCommittedState(common.Address, common.Hash) common.Hash GetState(common.Address, common.Hash) common.Hash - GetStateOriginal(common.Address, common.Hash) common.Hash SetState(common.Address, common.Hash, common.Hash) Suicide(common.Address) bool |