Skip to content

Commit 2f22987

Browse files
committed
chore(chain): fix comment
1 parent daf588f commit 2f22987

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/chain/src/local_chain.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,7 @@ impl LocalChain {
368368
if can_replace {
369369
self.tip = update;
370370
} else {
371-
// `._check_index_is_consistent_with_tip` and `._check_changeset_is_applied` is called in
372-
// `.apply_changeset`
371+
// `._check_changeset_is_applied` is called in `.apply_changeset`
373372
self.apply_changeset(&changeset)
374373
.map_err(|_| CannotConnectError {
375374
try_include_height: 0,

0 commit comments

Comments
 (0)