mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix(cw_bitcoin): tx sending on non-airgap
This commit is contained in:
parent
7fba63712d
commit
dc51ad1385
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ abstract class ElectrumWalletBase
|
|||
);
|
||||
spendsSilentPayment = true;
|
||||
isSilentPayment = true;
|
||||
} else if (!isHardwareWallet && false) {
|
||||
} else if (!isHardwareWallet && keys.privateKey.isNotEmpty) {
|
||||
privkey =
|
||||
generateECPrivate(hd: hd, index: utx.bitcoinAddressRecord.index, network: network);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue