core/vm: remove duplicate function in state interface

This commit is contained in:
Manav Darji 2025-03-25 16:16:41 +05:30
parent 1acf5e6eb0
commit 7f10fc419e
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

@ -94,7 +94,6 @@ type StateDB interface {
AddLog(*types.Log) AddLog(*types.Log)
AddPreimage(common.Hash, []byte) AddPreimage(common.Hash, []byte)
Finalise(bool)
Witness() *stateless.Witness Witness() *stateless.Witness
// Finalise must be invoked at the end of a transaction // Finalise must be invoked at the end of a transaction