This commit is contained in:
jl777
2018-04-13 19:17:28 +03:00
parent 008f47c204
commit f875a5dd09

View File

@@ -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<uint256> branch;
int nIndex,MoMoMdepth,MoMoMoffset,kmdstarti,kmdendi;