Remove sqlitedb from the common tests.

The sqlite db backend is now deprecated.
This commit is contained in:
Dave Collins 2013-10-22 15:28:32 -05:00
parent 5eee027f92
commit 998682ec83
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -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