From f875a5dd0967b19f9d642c8280620b9918a4946e Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 19:17:28 +0300 Subject: [PATCH] Test --- src/rpcblockchain.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index d49068295..425472758 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -702,9 +702,7 @@ UniValue height_MoM(const UniValue& params, bool fHelp) UniValue txMoMproof(const UniValue& params, bool fHelp) { - uint256 hash, notarisationHash, MoM,MoMoM; - int32_t notarisedHeight, depth; - CBlockIndex* blockIndex; + uint256 hash, notarisationHash, MoM,MoMoM; int32_t notarisedHeight, depth; CBlockIndex* blockIndex; std::vector branch; int nIndex,MoMoMdepth,MoMoMoffset,kmdstarti,kmdendi;