aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorishaanam <ishaana.misra@gmail.com>2024-06-30 14:00:31 -0400
committerishaanam <ishaana.misra@gmail.com>2024-07-01 12:27:43 -0400
commit7d55796c530f891493302059c6200d4a606c1ca9 (patch)
treee994049602ea019519b208ea93205cd7d8fb50b8 /doc
parentf0745d028e42486fb346015cfc481923739c479e (diff)
wallet: update mempool conflicts tests + docs
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-27307.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-27307.md b/doc/release-notes-27307.md
new file mode 100644
index 0000000000..58fc7098b5
--- /dev/null
+++ b/doc/release-notes-27307.md
@@ -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.