This commit is contained in:
jl777
2018-02-13 22:42:34 +02:00
parent e169b65ff0
commit e34a9d43fe
3 changed files with 5 additions and 2 deletions

View File

@@ -662,7 +662,7 @@ uint32_t komodo_chainactive_timestamp()
{
if ( chainActive.Tip() != 0 )
return((uint32_t)chainActive.Tip()->GetBlockTime());
else return(0);
else return(0);
}
CBlockIndex *komodo_chainactive(int32_t height)