mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Replace InstanceCounter with CountedObject
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
|
||||
SETUP_LOG (LedgerConsensus)
|
||||
|
||||
DECLARE_INSTANCE (LedgerConsensus);
|
||||
|
||||
LedgerConsensus::LedgerConsensus (uint256 const& prevLCLHash, Ledger::ref previousLedger, uint32 closeTime)
|
||||
: mState (lcsPRE_CLOSE), mCloseTime (closeTime), mPrevLedgerHash (prevLCLHash), mPreviousLedger (previousLedger),
|
||||
mValPublic (theConfig.VALIDATION_PUB), mValPrivate (theConfig.VALIDATION_PRIV), mConsensusFail (false),
|
||||
|
||||
Reference in New Issue
Block a user