Skip to content

Commit

Permalink
chore(chain): fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlinjin committed Apr 22, 2024
1 parent daf588f commit 2f22987
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/chain/src/local_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,7 @@ impl LocalChain {
if can_replace {
self.tip = update;
} else {
// `._check_index_is_consistent_with_tip` and `._check_changeset_is_applied` is called in
// `.apply_changeset`
// `._check_changeset_is_applied` is called in `.apply_changeset`
self.apply_changeset(&changeset)
.map_err(|_| CannotConnectError {
try_include_height: 0,
Expand Down

0 comments on commit 2f22987

Please sign in to comment.