Fix copy paste error

This commit is contained in:
zenground0 2023-04-11 09:14:18 -06:00
parent 8f4824d2b7
commit d91540ae1f

View File

@ -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
}