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>

inline constexpr CAmount DEFAULT_MAX_BURN_AMOUNT = {0};

Created with MrDocs