Skip to content

Commit c68241a

Browse files
committed
Lucy Lib > Wait Condition: Format some comments
1 parent 0dd1fab commit c68241a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/testing/integration_test_lib/wait_condition.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ struct
167167
}
168168

169169
let block_height_growth ~height_growth =
170-
(* block height is an objective measurement for the whole chain. block height growth checks that the block height increased by the desired_height since the wait condition was called *)
170+
(* block height is an objective measurement for the whole chain. block
171+
this condition checks that the block height increased by [height_growth]
172+
since the wait condition was called *)
171173
let init state = Predicate_continuation state.block_height in
172174
let check initial_height (state : Network_state.t) =
173175
if state.block_height - initial_height >= height_growth then

0 commit comments

Comments
 (0)