Move rename to legacy
This commit is contained in:
parent
437c7b3e59
commit
814d5c8771
4 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ import (
|
|||
"github.com/btcsuite/btcd/txscript"
|
||||
"github.com/btcsuite/btcd/wire"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwallet/rename"
|
||||
"github.com/btcsuite/btcwallet/legacy/rename"
|
||||
"github.com/btcsuite/golangcrypto/ripemd160"
|
||||
)
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ import (
|
|||
|
||||
"github.com/btcsuite/btcd/wire"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwallet/rename"
|
||||
"github.com/btcsuite/btcwallet/legacy/rename"
|
||||
)
|
||||
|
||||
// filename is the name of the file typically used to save a transaction
|
||||
|
|
Loading…
Reference in a new issue