[#wallet-HIGH_MAX_TX_FEE] = xref:wallet.adoc[wallet]::HIGH_MAX_TX_FEE :relfileprefix: ../ :mrdocs: ‐maxtxfee will warn if called with a higher fee than this amount (in satoshis) == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr xref:CAmount.adoc[CAmount] HIGH_MAX_TX_FEE = {100 * HIGH_TX_FEE_PER_KB}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#