aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/interface.go')
-rw-r--r--core/vm/interface.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/vm/interface.go b/core/vm/interface.go
index d176f5b39..fc15082f1 100644
--- a/core/vm/interface.go
+++ b/core/vm/interface.go
@@ -40,8 +40,10 @@ type StateDB interface {
GetCodeSize(common.Address) int
AddRefund(uint64)
+ SubRefund(uint64)
GetRefund() uint64
+ GetCommittedState(common.Address, common.Hash) common.Hash
GetState(common.Address, common.Hash) common.Hash
SetState(common.Address, common.Hash, common.Hash)