This commit is contained in:
jl777
2017-10-09 17:41:16 +03:00
parent 4a4a29e788
commit 2934460ce3
3 changed files with 8 additions and 8 deletions

View File

@@ -309,7 +309,7 @@ UniValue getblockhash(const UniValue& params, bool fHelp)
return pblockindex->GetBlockHash().GetHex();
}
uint256 _komodo_getblockhash(int32_t nHeight)
/*uint256 _komodo_getblockhash(int32_t nHeight)
{
uint256 hash;
LOCK(cs_main);
@@ -323,7 +323,7 @@ uint256 _komodo_getblockhash(int32_t nHeight)
printf(" blockhash.%d\n",nHeight);
} else memset(&hash,0,sizeof(hash));
return(hash);
}
}*/
UniValue getblockheader(const UniValue& params, bool fHelp)
{