chore(chain): fix comment
This commit is contained in:
parent
daf588f016
commit
2f22987c9e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user