diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index 93d910939..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 * COIN; +int64_t MAX_MONEY = 200000000 * 100000000LL; std::string HelpMessageCli() {