Queued level db writes and batch writes. Closes #647
This commit is contained in:
@ -4,9 +4,7 @@ package common
|
||||
type Database interface {
|
||||
Put(key []byte, value []byte)
|
||||
Get(key []byte) ([]byte, error)
|
||||
//GetKeys() []*Key
|
||||
Delete(key []byte) error
|
||||
LastKnownTD() []byte
|
||||
Close()
|
||||
Print()
|
||||
}
|
||||
|
Reference in New Issue
Block a user