remove stale comments.

This commit is contained in:
Raúl Kripalani
2023-02-13 22:22:11 +00:00
parent 49aae69648
commit 11eace5684
-2
View File
@@ -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