File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff 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
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+
350360Tests
351361-----
352362
You can’t perform that action at this time.
0 commit comments