Enable memdb support.

This commit is contained in:
Dave Collins 2013-10-25 21:41:17 -05:00
parent 24a5645fce
commit 1fadf619c7

View file

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