This commit is contained in:
UdjinM6 2016-10-23 01:01:30 +04:00 committed by GitHub
parent 1b230f4ddc
commit ed0a0d2393

View File

@ -86,7 +86,7 @@ UniValue gobject(const UniValue& params, bool fHelp)
CBlockIndex* pindex = NULL;
{
LOCK(cs_main);
CBlockIndex* pindex = chainActive.Tip();
pindex = chainActive.Tip();
}
std::vector<CMasternodeConfig::CMasternodeEntry> mnEntries;
@ -163,7 +163,7 @@ UniValue gobject(const UniValue& params, bool fHelp)
CBlockIndex* pindex = NULL;
{
LOCK(cs_main);
CBlockIndex* pindex = chainActive.Tip();
pindex = chainActive.Tip();
}
uint256 txidFee;