From 40daca68fd0b292ad6c8f9edef3f5130e2ea973e Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 28 Sep 2017 22:25:48 +0300 Subject: [PATCH] Test --- src/rpcblockchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index d4f65f940..d5b822da9 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -1066,7 +1066,7 @@ UniValue getchaintips(const UniValue& params, bool fHelp) setTips.insert(chainActive.Tip()); /* Construct the output array. */ - UniValue res(UniValue::VARR); CBlockIndex *forked; + UniValue res(UniValue::VARR); const CBlockIndex *forked; BOOST_FOREACH(const CBlockIndex* block, setTips) { UniValue obj(UniValue::VOBJ);