[#node-DEFAULT_MAX_RAW_TX_FEE_RATE] = xref:node.adoc[node]::DEFAULT_MAX_RAW_TX_FEE_RATE :relfileprefix: ../ :mrdocs: Maximum fee rate for sendrawtransaction and testmempoolaccept RPC calls. Also used by the GUI when broadcasting a completed PSBT. By default, a transaction with a fee rate higher than this will be rejected by these RPCs and the GUI. This can be overridden with the maxfeerate argument. == Synopsis Declared in `<node/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr xref:CFeeRate.adoc[CFeeRate] DEFAULT_MAX_RAW_TX_FEE_RATE = DEFAULT_MAX_RAW_TX_FEE_RATE{COIN / 10}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#