Resolve conflict
This commit is contained in:
parent
6f8d00310b
commit
52411b12e3
@ -1557,7 +1557,7 @@ var sectorsMarkForUpgradeCmd = &cli.Command{
|
|||||||
return xerrors.Errorf("failed to get chain head: %w", err)
|
return xerrors.Errorf("failed to get chain head: %w", err)
|
||||||
}
|
}
|
||||||
twoDays := abi.ChainEpoch(2 * builtin.EpochsInDay)
|
twoDays := abi.ChainEpoch(2 * builtin.EpochsInDay)
|
||||||
if head.Height() > (build.UpgradeSnapDealsHeight - twoDays) {
|
if head.Height() > (build.UpgradeOhSnapHeight - twoDays) {
|
||||||
return xerrors.Errorf("OhSnap is coming soon, " +
|
return xerrors.Errorf("OhSnap is coming soon, " +
|
||||||
"please use `snap-up` to upgrade your cc sectors after the network v15 upgrade!")
|
"please use `snap-up` to upgrade your cc sectors after the network v15 upgrade!")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user