Skip to content

Commit

Permalink
Fix comment to reflect the true return type of LedgerHistory::fixInde…
Browse files Browse the repository at this point in the history
…x function
  • Loading branch information
ckeshava committed Jun 13, 2023
1 parent cd8a6bd commit fc16cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/ledger/LedgerHistory.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class LedgerHistory
/** Repair a hash to index mapping
@param ledgerIndex The index whose mapping is to be repaired
@param ledgerHash The hash it is to be mapped to
@return `true` if the mapping was repaired
@return `false` if the mapping was repaired
*/
bool
fixIndex(LedgerIndex ledgerIndex, LedgerHash const& ledgerHash);
Expand Down

0 comments on commit fc16cec

Please sign in to comment.