Skip to content

Commit

Permalink
light-client: fix a misplaced doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Dec 11, 2023
1 parent 8cbc0ef commit 4fac0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light-client/tests/backward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn make(chain: LightChain, trusted_height: Height) -> (LightClient, State) {
let primary = default_peer_id();

let clock = MockClock {
/// Set the current time to be ahead of the latest block in the chain
// Set the current time to be ahead of the latest block in the chain
now: cometbft_testgen::helpers::get_time(chain.light_blocks.len() as u64 + 1).unwrap(),
};

Expand Down

0 comments on commit 4fac0ea

Please sign in to comment.