chore(chain): fix comment
This commit is contained in:
parent
daf588f016
commit
2f22987c9e
@ -368,8 +368,7 @@ impl LocalChain {
|
|||||||
if can_replace {
|
if can_replace {
|
||||||
self.tip = update;
|
self.tip = update;
|
||||||
} else {
|
} else {
|
||||||
// `._check_index_is_consistent_with_tip` and `._check_changeset_is_applied` is called in
|
// `._check_changeset_is_applied` is called in `.apply_changeset`
|
||||||
// `.apply_changeset`
|
|
||||||
self.apply_changeset(&changeset)
|
self.apply_changeset(&changeset)
|
||||||
.map_err(|_| CannotConnectError {
|
.map_err(|_| CannotConnectError {
|
||||||
try_include_height: 0,
|
try_include_height: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user