mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
Update src/xrpld/app/ledger/LedgerHistory.cpp
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8174b942c3
commit
64f98327a4
@@ -507,7 +507,7 @@ LedgerHistory::validatedLedger(
|
||||
mismatch = MismatchInputs{
|
||||
.built = entry.built.value(),
|
||||
.builtConsensusHash = entry.builtConsensusHash,
|
||||
.consensus = entry.consensus.value()};
|
||||
.consensus = entry.consensus.value()}; // NOLINT(bugprone-unchecked-optional-access) consensus always emplaced with built
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user