Skip to content

Commit 88197b0

Browse files
committed
[doc] release notes for max fee checking
1 parent c201d73 commit 88197b0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/release-notes.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ will trigger BIP 125 (replace-by-fee) opt-in. (#11413)
102102
option `-deprecatedrpc=banscore` is used. The `banscore` field will be fully
103103
removed in the next major release. (#19469)
104104

105-
- The `testmempoolaccept` RPC returns `vsize` and a `fee` object with the `base` fee
106-
if the transaction passes validation. (#19940)
105+
- The `testmempoolaccept` RPC returns `vsize` and a `fees` object with the `base` fee
106+
if the transaction would pass validation. (#19940)
107107

108108
- The `getpeerinfo` RPC now returns a `connection_type` field. This indicates
109109
the type of connection established with the peer. It will return one of six
@@ -347,6 +347,16 @@ RPC
347347
- Fee estimation failed
348348
- Transaction has too long of a mempool chain
349349

350+
- The `sendrawtransaction` error code for exceeding `maxfeerate` has been changed from
351+
`-26` to `-25`. The error string has been changed from "absurdly-high-fee" to
352+
"Fee exceeds maximum configured by user (e.g. -maxtxfee, maxfeerate)." The
353+
`testmempoolaccept` RPC returns `max-fee-exceeded` rather than `absurdly-high-fee`
354+
as the `reject-reason`. (#19339)
355+
356+
- To make wallet and rawtransaction RPCs more consistent, the error message for
357+
exceeding maximum feerate has been changed to "Fee exceeds maximum configured by user
358+
(e.g. -maxtxfee, maxfeerate)." (#19339)
359+
350360
Tests
351361
-----
352362

0 commit comments

Comments
 (0)