wallet: update mempool conflicts tests + docs

This commit is contained in:
ishaanam
2024-06-30 14:00:31 -04:00
parent f0745d028e
commit 7d55796c53
3 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,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.