From a012e058770a0fd80c7b27f4c43ddb70f0d918e7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jan 2017 23:31:41 +0200 Subject: [PATCH] test --- src/bitcoin-cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index a83441d89..bf9ce3422 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -14,7 +14,7 @@ using namespace std; using namespace json_spirit; -//int64_t MAX_MONEY = 200000000 * 100000000LL; +int64_t MAX_MONEY = 200000000 * 100000000LL; std::string HelpMessageCli() {