This commit is contained in:
jl777
2018-09-21 20:29:58 -11:00
parent 2dd23a2617
commit c46c04b331

View File

@@ -1410,8 +1410,6 @@ UniValue getchaintips(const UniValue& params, bool fHelp)
+ HelpExampleRpc("getchaintips", "") + HelpExampleRpc("getchaintips", "")
); );
if ( mapBlockIndex == 0 )
throw runtime_error("mapBlockIndex is NULL\n");
LOCK(cs_main); LOCK(cs_main);
/* Build up a list of chain tips. We start with the list of all /* Build up a list of chain tips. We start with the list of all