From 39eb0ec7936047d7a7143d0f69a1777404feb316 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 11 Nov 2016 11:46:08 -0300 Subject: [PATCH] test --- src/bitcoin-cli.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index c6f24db07..a2d116ccf 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -58,8 +58,12 @@ public: #include "uint256.h" #include "arith_uint256.h" + +void komodo_init(int32_t height); +void komodo_assetchain_pubkeys(char *jsonstr); #include "komodo_globals.h" #include "komodo_utils.h" +#include "cJSON.c" #include "komodo_notary.h" static bool AppInitRPC(int argc, char* argv[])