Add nHighTransactionFeeWarning as per #3969.

This commit is contained in:
Bardi Harborow
2014-03-29 05:17:28 -04:00
parent 55027a8c85
commit ffeb47366d
2 changed files with 4 additions and 1 deletions

View File

@@ -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;