600@@ -601,8 +601,8 @@ static RPCHelpMan getnetworkinfo()
601 {RPCResult::Type::BOOL, "proxy_randomize_credentials", "Whether randomized credentials are used"},
602 }},
603 }},
604- {RPCResult::Type::NUM, "relayfee", "minimum relay fee for transactions in " + CURRENCY_UNIT + "/kB"},
605- {RPCResult::Type::NUM, "incrementalfee", "minimum fee increment for mempool limiting or BIP 125 replacement in " + CURRENCY_UNIT + "/kB"},
606+ {RPCResult::Type::NUM, "relayfee", "minimum relay feerate for transactions in " + CURRENCY_UNIT + "/kvB"},
607+ {RPCResult::Type::NUM, "incrementalfee", "minimum feerate increment for mempool limiting or BIP 125 replacement in " + CURRENCY_UNIT + "/kvB"},
ISTM the user-facing rpc and qt mostly use “fee rate”