mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
core/vm: remove duplicate function in state interface
This commit is contained in:
parent
1acf5e6eb0
commit
7f10fc419e
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue