File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,23 @@ but severe issues with the libc++ version on 10.7.x keep it from running reliabl
4242Notable changes
4343===============
4444
45- Example item
46- ---------------
45+ Change to wallet handling of mempool rejection
46+ -----------------------------------------------
47+
48+ When a newly created transaction failed to enter the mempool due to
49+ the limits on chains of unconfirmed transactions the sending RPC
50+ calls would return an error. The transaction would still be queued
51+ in the wallet and, once some of the parent transactions were
52+ confirmed, broadcast after the software was restarted.
53+
54+ This behavior has been changed to return success and to reattempt
55+ mempool insertion at the same time transaction rebroadcast is
56+ attempted, avoiding a need for a restart.
57+
58+ Transactions in the wallet which cannot be accepted into the mempool
59+ can be abandoned with the previously existing abandontransaction RPC
60+ (or in the GUI via a context menu on the transaction).
61+
4762
48630.13.x Change log
4964=================
You can’t perform that action at this time.
0 commit comments