Moved leveldb update loop to eth/backend

This commit is contained in:
Bas van Kervel
2015-04-22 12:46:41 +02:00
parent 4ddbf81e74
commit 07e85d8e14
4 changed files with 56 additions and 42 deletions

View File

@@ -7,4 +7,5 @@ type Database interface {
Delete(key []byte) error
LastKnownTD() []byte
Close()
Flush() error
}