diff options
Diffstat (limited to 'common/db.go')
-rw-r--r-- | common/db.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/db.go b/common/db.go index 408b1e755..ae13c7557 100644 --- a/common/db.go +++ b/common/db.go @@ -7,4 +7,5 @@ type Database interface { Delete(key []byte) error LastKnownTD() []byte Close() + Flush() error } |