Skip to content

Commit

Permalink
Detail: add some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Feb 8, 2024
1 parent 32a7687 commit 8870082
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cardano-testnet/src/Testnet/Start/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ data CardanoTestnetOptions = CardanoTestnetOptions
{ -- | List of node options. Each option will result in a single node being
-- created.
cardanoNodes :: [TestnetNodeOptions]
, cardanoNodeEra :: AnyCardanoEra
, cardanoEpochLength :: Int
, cardanoSlotLength :: Double
, cardanoNodeEra :: AnyCardanoEra -- ^ The era to start at
, cardanoEpochLength :: Int -- ^ Epoch length, in milliseconds
, cardanoSlotLength :: Double -- ^ Slot length, in seconds
, cardanoTestnetMagic :: Int
, cardanoActiveSlotsCoeff :: Double
, cardanoMaxSupply :: Word64 -- ^ The amount of ADA you are starting your testnet with
Expand Down

0 comments on commit 8870082

Please sign in to comment.