diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index 105362de9..9b6fb563f 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -14,6 +14,7 @@ using namespace std; using namespace json_spirit; +int64_t MAX_MONEY = 200000000 * SATOSHIDEN; std::string HelpMessageCli() {