Test
This commit is contained in:
@@ -1432,7 +1432,6 @@ UniValue getchaintips(const UniValue& params, bool fHelp)
|
||||
if (pprev)
|
||||
setTips.erase(pprev);
|
||||
}
|
||||
}
|
||||
// Always report the currently active tip.
|
||||
setTips.insert(chainActive.LastTip());
|
||||
|
||||
@@ -1474,7 +1473,7 @@ UniValue getchaintips(const UniValue& params, bool fHelp)
|
||||
}
|
||||
res.push_back(obj);
|
||||
}
|
||||
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user