From 4ce4a70968e0da04db466e6cc54c671c529e41b9 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 21 Apr 2017 17:06:18 -0700 Subject: [PATCH] wallet+votingpool: direct import paths to roasbeef --- wallet/common.go | 6 +++--- wallet/multisig.go | 8 ++++---- wallet/unstable.go | 6 +++--- wallet/utxos.go | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/wallet/common.go b/wallet/common.go index 15a0296..5858b50 100644 --- a/wallet/common.go +++ b/wallet/common.go @@ -8,9 +8,9 @@ package wallet import ( "time" - "github.com/btcsuite/btcd/chaincfg/chainhash" - "github.com/btcsuite/btcd/wire" - "github.com/btcsuite/btcutil" + "github.com/roasbeef/btcd/chaincfg/chainhash" + "github.com/roasbeef/btcd/wire" + "github.com/roasbeef/btcutil" ) // Note: The following common types should never reference the Wallet type. diff --git a/wallet/multisig.go b/wallet/multisig.go index 5337841..da189fc 100644 --- a/wallet/multisig.go +++ b/wallet/multisig.go @@ -8,10 +8,10 @@ package wallet import ( "errors" - "github.com/btcsuite/btcd/txscript" - "github.com/btcsuite/btcutil" - "github.com/btcsuite/btcwallet/waddrmgr" - "github.com/btcsuite/btcwallet/walletdb" + "github.com/roasbeef/btcd/txscript" + "github.com/roasbeef/btcutil" + "github.com/roasbeef/btcwallet/waddrmgr" + "github.com/roasbeef/btcwallet/walletdb" ) // MakeMultiSigScript creates a multi-signature script that can be redeemed with diff --git a/wallet/unstable.go b/wallet/unstable.go index c34b6d1..ee7862d 100644 --- a/wallet/unstable.go +++ b/wallet/unstable.go @@ -6,9 +6,9 @@ package wallet import ( - "github.com/btcsuite/btcd/chaincfg/chainhash" - "github.com/btcsuite/btcwallet/walletdb" - "github.com/btcsuite/btcwallet/wtxmgr" + "github.com/roasbeef/btcd/chaincfg/chainhash" + "github.com/roasbeef/btcwallet/walletdb" + "github.com/roasbeef/btcwallet/wtxmgr" ) type unstableAPI struct { diff --git a/wallet/utxos.go b/wallet/utxos.go index f1f454d..3d8502e 100644 --- a/wallet/utxos.go +++ b/wallet/utxos.go @@ -6,9 +6,9 @@ package wallet import ( - "github.com/btcsuite/btcd/txscript" - "github.com/btcsuite/btcd/wire" - "github.com/btcsuite/btcwallet/walletdb" + "github.com/roasbeef/btcd/txscript" + "github.com/roasbeef/btcd/wire" + "github.com/roasbeef/btcwallet/walletdb" ) // OutputSelectionPolicy describes the rules for selecting an output from the