]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Sun, 29 Jan 2017 21:17:09 +0000 (23:17 +0200)
committerjl777 <[email protected]>
Sun, 29 Jan 2017 21:17:09 +0000 (23:17 +0200)
src/bitcoin-cli.cpp

index 93d9109396cdc77190d6701328b23d74ad833752..bf9ce342231c5ae132c3268823cdae191e7da870 100644 (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()
 {
This page took 0.025522 seconds and 4 git commands to generate.