diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index f964633d6e..3a3280c953 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -33,83 +33,83 @@ }, { "ImportPath": "github.com/phoreproject/multiwallet", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/bitcoin", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/bitcoincash", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/cache", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/client", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/client/blockbook", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/client/insight", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/client/transport", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/config", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/datastore", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/keys", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/litecoin", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/litecoin/address", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/litecoin/params", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/model", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/service", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/util", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/zcash", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/zcash/address", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/phoreproject/multiwallet/phore", - "Rev": "8cd50f16b4b167991076b393de5492eb80eb7a7a" + "Rev": "a9d7231d7f5bf5f048f5dc43b184c0b5d5659002" }, { "ImportPath": "github.com/OpenBazaar/spvwallet", diff --git a/vendor/github.com/phoreproject/multiwallet/phore/wallet.go b/vendor/github.com/phoreproject/multiwallet/phore/wallet.go index 299c48cf4e..988d7021c0 100644 --- a/vendor/github.com/phoreproject/multiwallet/phore/wallet.go +++ b/vendor/github.com/phoreproject/multiwallet/phore/wallet.go @@ -18,6 +18,7 @@ import ( "github.com/phoreproject/multiwallet/util" "github.com/OpenBazaar/spvwallet" + "github.com/OpenBazaar/wallet-interface" "github.com/btcsuite/btcd/blockchain" "github.com/btcsuite/btcd/btcec" "github.com/btcsuite/btcd/chaincfg"