test
This commit is contained in:
@@ -272,7 +272,7 @@ Value getblockhash(const Array& params, bool fHelp)
|
|||||||
return pblockindex->GetBlockHash().GetHex();
|
return pblockindex->GetBlockHash().GetHex();
|
||||||
}
|
}
|
||||||
|
|
||||||
uint256 _komodo_getblockhash(int32_t height);
|
uint256 _komodo_getblockhash(int32_t height)
|
||||||
{
|
{
|
||||||
uint256 hash;
|
uint256 hash;
|
||||||
LOCK(cs_main);
|
LOCK(cs_main);
|
||||||
|
|||||||
Reference in New Issue
Block a user