mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 08:48:03 +00:00
Extra debug
This commit is contained in:
@@ -383,6 +383,8 @@ void LedgerMaster::checkAccept(const uint256& hash, uint32 seq)
|
|||||||
if (theApp->getValidations().getTrustedValidationCount(hash) < minVal) // nothing we can do
|
if (theApp->getValidations().getTrustedValidationCount(hash) < minVal) // nothing we can do
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
cLog(lsINFO) << "Advancing accepted ledger to " << seq << " with >= " << minVal << " validations";
|
||||||
|
|
||||||
mLastValidateHash = hash;
|
mLastValidateHash = hash;
|
||||||
mLastValidateSeq = seq;
|
mLastValidateSeq = seq;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user