mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Don't send a bow out if we're not proposing
This commit is contained in:
@@ -1161,7 +1161,8 @@ void LedgerConsensusImp<Traits>::leaveConsensus ()
|
||||
if (ourPosition_ && ! ourPosition_->isBowOut ())
|
||||
{
|
||||
ourPosition_->bowOut(app_.timeKeeper().closeTime());
|
||||
propose();
|
||||
if (proposing_)
|
||||
propose();
|
||||
}
|
||||
proposing_ = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user