ethdb: remove Flush
This commit is contained in:
@ -21,7 +21,6 @@ type Database interface {
|
||||
Get(key []byte) ([]byte, error)
|
||||
Delete(key []byte) error
|
||||
Close()
|
||||
Flush() error
|
||||
NewBatch() Batch
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user