Skip to content

Commit

Permalink
Tweaked SlotsPerEpoch
Browse files Browse the repository at this point in the history
  • Loading branch information
Soupstraw committed Dec 5, 2024
1 parent f6632a8 commit d66e10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ledger/Conway/Foreign/HSLedger/Core.agda
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ unquoteDecl Show-HSVKey = derive-Show

module Implementation where
Network =
SlotsPerEpochᶜ = 100
SlotsPerEpochᶜ = 4320 -- TODO pass this externally instead of hardcoding
StabilityWindowᶜ = 10
Quorum = 1
NetworkId = 0 -- Testnet
Expand Down

0 comments on commit d66e10d

Please sign in to comment.