This commit is contained in:
jl777
2018-03-24 14:06:20 +02:00
parent e9115be059
commit 682ee10f6b

View File

@@ -592,7 +592,7 @@ UniValue height_MoM(const UniValue& params, bool fHelp)
if ( chainActive.Tip() == 0 )
{
ret.push_back(Pair("error",(char *)"no active chain yet"));
return(ret)
return(ret);
}
height = chainActive.Tip()->nHeight;
}