wallet+votingpool: direct import paths to roasbeef

This commit is contained in:
Olaoluwa Osuntokun 2017-04-21 17:06:18 -07:00
parent 14e6fe36d0
commit 4ce4a70968
4 changed files with 13 additions and 13 deletions

View file

@ -8,9 +8,9 @@ package wallet
import ( import (
"time" "time"
"github.com/btcsuite/btcd/chaincfg/chainhash" "github.com/roasbeef/btcd/chaincfg/chainhash"
"github.com/btcsuite/btcd/wire" "github.com/roasbeef/btcd/wire"
"github.com/btcsuite/btcutil" "github.com/roasbeef/btcutil"
) )
// Note: The following common types should never reference the Wallet type. // Note: The following common types should never reference the Wallet type.

View file

@ -8,10 +8,10 @@ package wallet
import ( import (
"errors" "errors"
"github.com/btcsuite/btcd/txscript" "github.com/roasbeef/btcd/txscript"
"github.com/btcsuite/btcutil" "github.com/roasbeef/btcutil"
"github.com/btcsuite/btcwallet/waddrmgr" "github.com/roasbeef/btcwallet/waddrmgr"
"github.com/btcsuite/btcwallet/walletdb" "github.com/roasbeef/btcwallet/walletdb"
) )
// MakeMultiSigScript creates a multi-signature script that can be redeemed with // MakeMultiSigScript creates a multi-signature script that can be redeemed with

View file

@ -6,9 +6,9 @@
package wallet package wallet
import ( import (
"github.com/btcsuite/btcd/chaincfg/chainhash" "github.com/roasbeef/btcd/chaincfg/chainhash"
"github.com/btcsuite/btcwallet/walletdb" "github.com/roasbeef/btcwallet/walletdb"
"github.com/btcsuite/btcwallet/wtxmgr" "github.com/roasbeef/btcwallet/wtxmgr"
) )
type unstableAPI struct { type unstableAPI struct {

View file

@ -6,9 +6,9 @@
package wallet package wallet
import ( import (
"github.com/btcsuite/btcd/txscript" "github.com/roasbeef/btcd/txscript"
"github.com/btcsuite/btcd/wire" "github.com/roasbeef/btcd/wire"
"github.com/btcsuite/btcwallet/walletdb" "github.com/roasbeef/btcwallet/walletdb"
) )
// OutputSelectionPolicy describes the rules for selecting an output from the // OutputSelectionPolicy describes the rules for selecting an output from the