This commit is contained in:
jl777
2016-12-01 16:16:43 -03:00
parent 40823846af
commit b4e5b1d691

View File

@@ -272,7 +272,7 @@ Value getblockhash(const Array& params, bool fHelp)
return pblockindex->GetBlockHash().GetHex();
}
uint256 _komodo_getblockhash(int32_t height)
uint256 _komodo_getblockhash(int32_t nHeight)
{
uint256 hash;
LOCK(cs_main);