diff --git a/core/vm/interface.go b/core/vm/interface.go index 213f71de14..9229f4d2cd 100644 --- a/core/vm/interface.go +++ b/core/vm/interface.go @@ -94,7 +94,6 @@ type StateDB interface { AddLog(*types.Log) AddPreimage(common.Hash, []byte) - Finalise(bool) Witness() *stateless.Witness // Finalise must be invoked at the end of a transaction