mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Wallet: don't call killTx if it has no work to do, cleans up a misleading log line.
This commit is contained in:
@@ -741,7 +741,7 @@ public class Wallet implements Serializable, BlockChainListener, PeerFilterProvi
|
||||
}
|
||||
}
|
||||
}
|
||||
if (takeAction) {
|
||||
if (takeAction && !doubleSpentTxns.isEmpty()) {
|
||||
killTx(tx, doubleSpentTxns);
|
||||
}
|
||||
return !doubleSpentTxns.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user