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

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 height)
{
uint256 hash;
LOCK(cs_main);