mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix crash
This commit is contained in:
@@ -319,7 +319,7 @@ void LedgerConsensus::handleLCL(const uint256& lclHash)
|
||||
BOOST_FOREACH(Peer::ref peer, peerList)
|
||||
mAcquiringLedger->peerHas(peer);
|
||||
}
|
||||
if (mHaveCorrectLCL && mProposing)
|
||||
if (mHaveCorrectLCL && mProposing && mOurPosition)
|
||||
{
|
||||
Log(lsINFO) << "Bowing out of consensus";
|
||||
mOurPosition->bowOut();
|
||||
|
||||
Reference in New Issue
Block a user