Remove sqlitedb from the common tests.
The sqlite db backend is now deprecated.
This commit is contained in:
parent
5eee027f92
commit
998682ec83
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ import (
|
|||
"fmt"
|
||||
"github.com/conformal/btcdb"
|
||||
_ "github.com/conformal/btcdb/ldb"
|
||||
_ "github.com/conformal/btcdb/sqlite3"
|
||||
"github.com/conformal/btcutil"
|
||||
"github.com/conformal/btcwire"
|
||||
"io"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
Package ldb implements a instance of btcdb backed by leveldb.
|
||||
Package ldb implements an instance of btcdb backed by leveldb.
|
||||
|
||||
Database version number is stored in a flat file <dbname>.ver
|
||||
Currently a single (littlendian) integer in the file. If there is
|
||||
|
|
Loading…
Reference in a new issue