2088@@ -2047,11 +2089,11 @@ static const CRPCCommand commands[] =
2089 { "rawtransactions", "createrawtransaction", &createrawtransaction, {"inputs","outputs","locktime","replaceable"} },
2090 { "rawtransactions", "decoderawtransaction", &decoderawtransaction, {"hexstring","iswitness"} },
2091 { "rawtransactions", "decodescript", &decodescript, {"hexstring"} },
2092- { "rawtransactions", "sendrawtransaction", &sendrawtransaction, {"hexstring","allowhighfees"} },
2093+ { "rawtransactions", "sendrawtransaction", &sendrawtransaction, {"hexstring","allowhighfees|maxfeerate"} },
remove allowhighfees
(and same for testmempoolaccept
below)