Skip to content

Commit

Permalink
Update ouroboros-network/test/Test/Ouroboros/Network/Testnet/Simulati…
Browse files Browse the repository at this point in the history
…on/Node.hs
  • Loading branch information
bolt12 authored Oct 19, 2022
1 parent 69164da commit c26bb0e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,9 @@ genNodeArgs raps minConnected genLocalRootPeers (ntnAddr, rap) = do

-- | Multinode Diffusion Simulator Script
--
-- List of 'SimArgs'. Each element of the list represents one running node.
-- 'SimArgs' with all the values needed for running the simulation, followed
-- by a list of 'NodeArgs' where each element represents one running node and
-- respective 'Command's.
--
data DiffusionScript = DiffusionScript SimArgs [(NodeArgs, [Command])]
deriving Show
Expand Down

0 comments on commit c26bb0e

Please sign in to comment.