Skip to content

Commit 5f6005c

Browse files
committed
simlib: remove unnecessary static lifetime in Simulation
1 parent 4e326c9 commit 5f6005c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simln-lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ impl SimulationCfg {
588588
/// The simulator can execute both predefined payment patterns and generate random payment activity
589589
/// based on configuration parameters.
590590
#[derive(Clone)]
591-
pub struct Simulation<C: Clock + 'static> {
591+
pub struct Simulation<C: Clock> {
592592
/// Config for the simulation itself.
593593
cfg: SimulationCfg,
594594
/// The lightning node that is being simulated.

0 commit comments

Comments
 (0)