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.
1 parent 1c3c8be commit f3f4e7cCopy full SHA for f3f4e7c
src/amount.h
@@ -27,7 +27,7 @@ extern const std::string CURRENCY_UNIT;
27
* critical; in unusual circumstances like a(nother) overflow bug that allowed
28
* for the creation of coins out of thin air modification could lead to a fork.
29
* */
30
-static const CAmount MAX_MONEY = 35000000 * COIN;
+static const CAmount MAX_MONEY = 21000000000 * COIN;
31
inline bool MoneyRange(const CAmount& nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }
32
33
/** Type-safe wrapper class for fee rates
0 commit comments