Resolve conflict

This commit is contained in:
Aayush Rajasekaran
2022-01-14 17:18:47 -05:00
committed by Jennifer Wang
parent 9872ca7f12
commit 51b4458d32
2 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -1558,7 +1558,7 @@ var sectorsMarkForUpgradeCmd = &cli.Command{
}
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, " +
"please use `snap-up` to upgrade your cc sectors after the network v15 upgrade!")
}