This commit is contained in:
jl777
2017-01-29 23:17:09 +02:00
parent 563addfa8f
commit 61e7f70f71

View File

@@ -14,7 +14,7 @@
using namespace std;
using namespace json_spirit;
int64_t MAX_MONEY = 200000000 * COIN;
int64_t MAX_MONEY = 200000000 * 100000000LL;
std::string HelpMessageCli()
{