This commit is contained in:
jl777
2017-02-02 16:38:29 +02:00
parent 92f97a3960
commit 3617ec150b
2 changed files with 3 additions and 3 deletions

View File

@@ -605,7 +605,7 @@ void komodo_connectpindex(CBlockIndex *pindex)
komodo_connectblock(pindex,block);
}
CBlock *komodo_chainactive(int32_t height)
CBlockIndex *komodo_chainactive(int32_t height)
{
return(chainActive[height]);
}