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)
102
102
option ` -deprecatedrpc=banscore ` is used. The ` banscore ` field will be fully
103
103
removed in the next major release. (#19469 )
104
104
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 )
107
107
108
108
- The ` getpeerinfo ` RPC now returns a ` connection_type ` field. This indicates
109
109
the type of connection established with the peer. It will return one of six
347
347
- Fee estimation failed
348
348
- Transaction has too long of a mempool chain
349
349
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
+
350
360
Tests
351
361
-----
352
362
You can’t perform that action at this time.
0 commit comments