We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf588f commit 2f22987Copy full SHA for 2f22987
crates/chain/src/local_chain.rs
@@ -368,8 +368,7 @@ impl LocalChain {
368
if can_replace {
369
self.tip = update;
370
} else {
371
- // `._check_index_is_consistent_with_tip` and `._check_changeset_is_applied` is called in
372
- // `.apply_changeset`
+ // `._check_changeset_is_applied` is called in `.apply_changeset`
373
self.apply_changeset(&changeset)
374
.map_err(|_| CannotConnectError {
375
try_include_height: 0,
0 commit comments