From 7aab5c70861cf3b0fe77d3dd9bb242d080182b76 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Jan 2017 07:57:14 +0200 Subject: [PATCH] test --- src/bitcoin-cli.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index bf9ce3422..e000776e6 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -15,6 +15,7 @@ using namespace std; using namespace json_spirit; int64_t MAX_MONEY = 200000000 * 100000000LL; +uint64_t komodo_maxallowed(int32_t baseid) { return(100000000LL * 1000000); } // stub std::string HelpMessageCli() {