aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-27307.md
blob: 58fc7098b581ab547bec655c1e5ba16b3fb507bb (plain)
1
2
3
4
5
6
7
8
Wallet
---

The wallet now detects when wallet transactions conflict with the mempool. Mempool
conflicting transactions can be seen in the `"mempoolconflicts"` field of
`gettransaction`. The inputs of mempool conflicted transactions can now be respent
without manually abandoning the transactions when the parent transaction is dropped
from the mempool, which can cause wallet balances to appear higher.