Add nHighTransactionFeeWarning as per #3969.
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
extern int64_t nTransactionFee;
|
||||
extern bool bSpendZeroConfChange;
|
||||
|
||||
// -paytxfee will warn if called with a higher fee than this amount (in satoshis) per KB
|
||||
static const int nHighTransactionFeeWarning = 0.01 * COIN;
|
||||
|
||||
class CAccountingEntry;
|
||||
class CCoinControl;
|
||||
class COutput;
|
||||
|
||||
Reference in New Issue
Block a user