mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +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