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"
|
"fmt"
|
||||||
"github.com/conformal/btcdb"
|
"github.com/conformal/btcdb"
|
||||||
_ "github.com/conformal/btcdb/ldb"
|
_ "github.com/conformal/btcdb/ldb"
|
||||||
|
_ "github.com/conformal/btcdb/memdb"
|
||||||
"github.com/conformal/btcwire"
|
"github.com/conformal/btcwire"
|
||||||
"github.com/conformal/go-flags"
|
"github.com/conformal/go-flags"
|
||||||
"net"
|
"net"
|
||||||
|
|
Loading…
Reference in a new issue