|
|
@ -236,6 +236,7 @@ bool CFeeBumper::commit(CWallet *pWallet) |
|
|
|
if (txid.IsNull() || !pWallet->mapWallet.count(txid)) { |
|
|
|
if (txid.IsNull() || !pWallet->mapWallet.count(txid)) { |
|
|
|
vErrors.push_back("Invalid or non-wallet transaction id"); |
|
|
|
vErrors.push_back("Invalid or non-wallet transaction id"); |
|
|
|
currentResult = BumpFeeResult::MISC_ERROR; |
|
|
|
currentResult = BumpFeeResult::MISC_ERROR; |
|
|
|
|
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
CWalletTx& oldWtx = pWallet->mapWallet[txid]; |
|
|
|
CWalletTx& oldWtx = pWallet->mapWallet[txid]; |
|
|
|
|
|
|
|
|
|
|
|