Skip to content

Commit

Permalink
fix XRPLF#4572 : Update comment about return value of LedgerHistory::…
Browse files Browse the repository at this point in the history
…fixIndex
  • Loading branch information
ckeshava committed Jun 14, 2023
1 parent beb0904 commit 4ccca53
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 4ccca53

Please sign in to comment.