Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
Co-authored-by: koslambrou <konstantinos.lambrou@iohk.io>
  • Loading branch information
sjoerdvisscher and koslambrou committed Oct 12, 2021
1 parent 69a37a8 commit 6abad36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-chain-index/app/Config.hs
Expand Up @@ -34,7 +34,7 @@ data ChainIndexConfig = ChainIndexConfig
, cicDbPath :: String
, cicPort :: Int
, cicNetworkId :: NetworkId
, cicSecurityParam :: Int
, cicSecurityParam :: Int -- ^ The number of blocks after which a transaction cannot be rolled back anymore
, cicSlotConfig :: SlotConfig
}
deriving stock (Show, Eq, Generic)
Expand Down

0 comments on commit 6abad36

Please sign in to comment.