We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3474015 commit 8770e68Copy full SHA for 8770e68
1 file changed
simln-lib/src/lib.rs
@@ -1022,6 +1022,8 @@ impl<C: Clock + 'static> Simulation<C> {
1022
.map_err(SimulationError::RandomActivityError)?,
1023
);
1024
1025
+ log::info!("Created network generator: {}.", network_generator);
1026
+
1027
for (node_info, capacity) in active_nodes.values() {
1028
// Create a salted RNG for this node based on its pubkey.
1029
let seed_opt = self.cfg.seed.map(|seed| (seed, Some(&node_info.pubkey)));
0 commit comments