|
|
|
@ -440,7 +440,7 @@ Pane { |
|
|
|
wallet: Daemon.currentWallet |
|
|
|
wallet: Daemon.currentWallet |
|
|
|
txid: dialog.txid |
|
|
|
txid: dialog.txid |
|
|
|
} |
|
|
|
} |
|
|
|
onTxaccepted: { |
|
|
|
onAccepted: { |
|
|
|
root.rawtx = rbffeebumper.getNewTx() |
|
|
|
root.rawtx = rbffeebumper.getNewTx() |
|
|
|
if (txdetails.wallet.canSignWithoutCosigner) { |
|
|
|
if (txdetails.wallet.canSignWithoutCosigner) { |
|
|
|
txdetails.sign_and_broadcast() |
|
|
|
txdetails.sign_and_broadcast() |
|
|
|
@ -465,7 +465,7 @@ Pane { |
|
|
|
txid: dialog.txid |
|
|
|
txid: dialog.txid |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
onTxaccepted: { |
|
|
|
onAccepted: { |
|
|
|
// replaces parent tx with cpfp tx |
|
|
|
// replaces parent tx with cpfp tx |
|
|
|
root.rawtx = cpfpfeebumper.getNewTx() |
|
|
|
root.rawtx = cpfpfeebumper.getNewTx() |
|
|
|
if (txdetails.wallet.canSignWithoutCosigner) { |
|
|
|
if (txdetails.wallet.canSignWithoutCosigner) { |
|
|
|
@ -491,7 +491,7 @@ Pane { |
|
|
|
txid: dialog.txid |
|
|
|
txid: dialog.txid |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
onTxaccepted: { |
|
|
|
onAccepted: { |
|
|
|
root.rawtx = txcanceller.getNewTx() |
|
|
|
root.rawtx = txcanceller.getNewTx() |
|
|
|
if (txdetails.wallet.canSignWithoutCosigner) { |
|
|
|
if (txdetails.wallet.canSignWithoutCosigner) { |
|
|
|
txdetails.sign_and_broadcast() |
|
|
|
txdetails.sign_and_broadcast() |
|
|
|
|