diff --git a/cmd/lotus-shed/migrations.go b/cmd/lotus-shed/migrations.go index 9f0d92101..e9e726659 100644 --- a/cmd/lotus-shed/migrations.go +++ b/cmd/lotus-shed/migrations.go @@ -258,7 +258,7 @@ func checkNv19Invariants(ctx context.Context, oldStateRootCid cid.Cid, newStateR return xerrors.Errorf("failed to decode state root: %w", err) } - actorCodeCids, err := actors.GetActorCodeIDs(actorstypes.Version10) + actorCodeCids, err := actors.GetActorCodeIDs(actorstypes.Version11) if err != nil { return err }