mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 03:06:35 +00:00
save
This commit is contained in:
parent
55e15d2f21
commit
cb390cb4eb
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ abstract class BitcoinWalletBase extends ElectrumWallet with Store {
|
||||||
initialAddresses: initialAddresses,
|
initialAddresses: initialAddresses,
|
||||||
initialRegularAddressIndex: initialRegularAddressIndex,
|
initialRegularAddressIndex: initialRegularAddressIndex,
|
||||||
initialChangeAddressIndex: initialChangeAddressIndex,
|
initialChangeAddressIndex: initialChangeAddressIndex,
|
||||||
mainHd: hd,
|
mainHd: bitcoin.HDWallet.fromSeed(seedBytes, network: networkType)
|
||||||
|
.derivePath(walletInfo.derivationPath!),
|
||||||
sideHd: bitcoin.HDWallet.fromSeed(seedBytes, network: networkType)
|
sideHd: bitcoin.HDWallet.fromSeed(seedBytes, network: networkType)
|
||||||
.derivePath(walletInfo.derivationPath!),
|
.derivePath(walletInfo.derivationPath!),
|
||||||
networkType: networkType);
|
networkType: networkType);
|
||||||
|
|
Loading…
Reference in a new issue