We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d433f6 + ad0d543 commit 1393fcfCopy full SHA for 1393fcf
src/main.h
@@ -54,7 +54,7 @@ static const int64 DUST_SOFT_LIMIT = 100000; // 0.001
54
/** Dust Hard Limit, ignored as wallet inputs (mininput default) */
55
static const int64 DUST_HARD_LIMIT = 1000; // 0.00001 mininput
56
/** No amount larger than this (in satoshi) is valid */
57
-static const int64 MAX_MONEY = 1151200000 * COIN;
+static const int64 MAX_MONEY = 141471999.995172 * COIN;
58
inline bool MoneyRange(int64 nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }
59
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
60
static const int COINBASE_MATURITY = 100;
0 commit comments