[#node-DEFAULT_MAX_BURN_AMOUNT] = xref:node.adoc[node]::DEFAULT_MAX_BURN_AMOUNT :relfileprefix: ../ :mrdocs: Maximum burn value for sendrawtransaction, submitpackage, and testmempoolaccept RPC calls. By default, a transaction with a burn value higher than this will be rejected by these RPCs and the GUI. This can be overridden with the maxburnamount argument. == Synopsis Declared in `<node/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr xref:CAmount.adoc[CAmount] DEFAULT_MAX_BURN_AMOUNT = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#