Remove sqlite3 import from addblock.
The sqlite3 db backend is deprecated, so this is no longer needed. Also, since sqlite3 is a cgo binding it doesn't cross compile nicely.
This commit is contained in:
parent
bbc3c1cf7e
commit
c34ab6a95e
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ import (
|
|||
"fmt"
|
||||
"github.com/conformal/btcdb"
|
||||
_ "github.com/conformal/btcdb/ldb"
|
||||
_ "github.com/conformal/btcdb/sqlite3"
|
||||
"github.com/conformal/btclog"
|
||||
"github.com/conformal/btcutil"
|
||||
"github.com/conformal/btcwire"
|
||||
|
|
Loading…
Add table
Reference in a new issue