diff --git a/core/vm/interface.go b/core/vm/interface.go index f7c229d14dc7..0d233f8d3b38 100644 --- a/core/vm/interface.go +++ b/core/vm/interface.go @@ -37,7 +37,6 @@ type StateDB interface { SetStylusPagesOpen(open uint16) AddStylusPages(new uint16) (uint16, uint16) AddStylusPagesEver(new uint16) - TempRoots() (common.Hash, common.Hash) NoncanonicalProgramHash(common.Address, uint32) common.Hash Deterministic() bool