Enable memdb support.
This commit is contained in:
parent
24a5645fce
commit
1fadf619c7
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
"fmt"
|
||||
"github.com/conformal/btcdb"
|
||||
_ "github.com/conformal/btcdb/ldb"
|
||||
_ "github.com/conformal/btcdb/memdb"
|
||||
"github.com/conformal/btcwire"
|
||||
"github.com/conformal/go-flags"
|
||||
"net"
|
||||
|
|
Loading…
Add table
Reference in a new issue