Skip to content

Commit 2eeda7a

Browse files
committed
fixup! sim-ln/feat: Track Clock in SimNode
1 parent 63034a0 commit 2eeda7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simln-lib/src/sim_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ pub async fn ln_node_from_graph<C: Clock + std::marker::Copy>(
10751075
node.1 .0.clone(),
10761076
graph.clone(),
10771077
routing_graph.clone(),
1078-
clock.clone(),
1078+
clock,
10791079
)?)),
10801080
);
10811081
}

0 commit comments

Comments
 (0)