diff --git a/common/common.go b/common/common.go index 8b41db9..4e05727 100644 --- a/common/common.go +++ b/common/common.go @@ -9,7 +9,9 @@ import ( "time" "git.hush.is/hush/lightwalletd/parser" - "git.hush.is/hush/lightwalletd/walletrpc" + // duke master = mempool branch + "git.hush.is/duke/lightwalletd/walletrpc" + //"git.hush.is/hush/lightwalletd/walletrpc" "github.com/btcsuite/btcd/rpcclient" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/frontend/service.go b/frontend/service.go index 7835e5a..11697a5 100644 --- a/frontend/service.go +++ b/frontend/service.go @@ -14,9 +14,10 @@ import ( "github.com/sirupsen/logrus" "git.hush.is/hush/lightwalletd/common" - //"github.com/zcash/lightwalletd/walletrpc" // go should be able to import branches! - "git.hush.is/hush/lightwalletd/walletrpc" + // duke master = mempool branch + "git.hush.is/duke/lightwalletd/walletrpc" + //"git.hush.is/hush/lightwalletd/walletrpc" "git.hush.is/hush/lightwalletd/parser" )