mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-02 14:56:10 -04:00
Upgrade bitcoin wallet to use BIP84 derivation scheme
Explicitly specify the change descriptor because the behaviour when it is not specified is unclear.
This commit is contained in:
parent
17278d1278
commit
a41b255dab
4 changed files with 12 additions and 11 deletions
|
@ -607,8 +607,7 @@ async fn init_test_wallets(
|
|||
bitcoin::Network::Regtest,
|
||||
datadir,
|
||||
seed.extended_private_key(bitcoin::Network::Regtest)
|
||||
.expect("Could not create extended private key from seed")
|
||||
.private_key,
|
||||
.expect("Could not create extended private key from seed"),
|
||||
)
|
||||
.await
|
||||
.expect("could not init btc wallet");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue