[#wallet-HIGH_TX_FEE_PER_KB] = xref:wallet.adoc[wallet]::HIGH_TX_FEE_PER_KB :relfileprefix: ../ :mrdocs: Discourage users to set fees higher than this amount (in satoshis) per kB == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr xref:CAmount.adoc[CAmount] HIGH_TX_FEE_PER_KB = {COIN / 100}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#