Skip to content

Commit

Permalink
Add a note referencing the checkpoint support issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadales committed Mar 27, 2024
1 parent 1fe300e commit 6bab313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-api/internal/Cardano/Api/LedgerState.hs
Expand Up @@ -1244,7 +1244,7 @@ mkProtocolInfoCardano (GenesisCardano dnc byronGenesis shelleyGenesisHash transC
}
, Consensus.hardForkTriggers = ncHardForkTriggers dnc
, Consensus.ledgerTransitionConfig = transCfg
-- FIXME: add a comment mentioning when the a RE should change 'checkpoints' (eg around Genesis release).
-- NOTE: this can become a parameter once https://github.com/IntersectMBO/cardano-node/issues/5730 is implemented.
, Consensus.checkpoints = Consensus.emptyCheckpointsMap
}

Expand Down

0 comments on commit 6bab313

Please sign in to comment.