mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
404 B
9 lines
404 B
4 months ago
|
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.
|