From 11eace5684472faf6baf035ba046d93cf9d33726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Mon, 13 Feb 2023 22:22:07 +0000 Subject: [PATCH] remove stale comments. --- chain/consensus/filcns/upgrades.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/chain/consensus/filcns/upgrades.go b/chain/consensus/filcns/upgrades.go index 80a574294..a8ce5c9c6 100644 --- a/chain/consensus/filcns/upgrades.go +++ b/chain/consensus/filcns/upgrades.go @@ -1709,7 +1709,6 @@ func upgradeActorsV10Common( func UpgradeActorsV11(ctx context.Context, sm *stmgr.StateManager, _ stmgr.MigrationCache, _ stmgr.ExecMonitor, root cid.Cid, _ abi.ChainEpoch, _ *types.TipSet) (cid.Cid, error) { oldAv := actorstypes.Version10 newAv := actorstypes.Version11 - // This may change for upgrade oldStateTreeVersion := types.StateTreeVersion5 newStateTreeVersion := types.StateTreeVersion5 @@ -1730,7 +1729,6 @@ func UpgradeActorsV11(ctx context.Context, sm *stmgr.StateManager, _ stmgr.Migra func UpgradeActorsV12(ctx context.Context, sm *stmgr.StateManager, _ stmgr.MigrationCache, _ stmgr.ExecMonitor, root cid.Cid, _ abi.ChainEpoch, _ *types.TipSet) (cid.Cid, error) { oldAv := actorstypes.Version11 newAv := actorstypes.Version12 - // This may change for upgrade oldStateTreeVersion := types.StateTreeVersion5 newStateTreeVersion := types.StateTreeVersion5