mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
typo.
This commit is contained in:
@@ -544,7 +544,7 @@ void NetworkOPs::setMode(OperatingMode om)
|
||||
if (mConsensus)
|
||||
{
|
||||
mConsensus->abort();
|
||||
mConsensus = LedgerConsensus::pointer();
|
||||
mConsensus = boost::shared_ptr<LedgerConsensus>();
|
||||
}
|
||||
}
|
||||
Log l((om < mMode) ? lsWARNING : lsINFO);
|
||||
|
||||
Reference in New Issue
Block a user