wallet+votingpool: direct import paths to roasbeef
This commit is contained in:
parent
14e6fe36d0
commit
4ce4a70968
4 changed files with 13 additions and 13 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue