whisper/mailserver : common/errors for dbfile

This commit is contained in:
ucwong 2020-04-04 08:28:03 +00:00
parent 223f1caaf7
commit 6b30236299

View file

@ -27,6 +27,7 @@ import (
"github.com/ethereum/go-ethereum/rlp"
whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/errors"
"github.com/syndtr/goleveldb/leveldb/opt"
"github.com/syndtr/goleveldb/leveldb/util"
)