Fix copy paste error
This commit is contained in:
parent
8f4824d2b7
commit
d91540ae1f
@ -258,7 +258,7 @@ func checkNv19Invariants(ctx context.Context, oldStateRootCid cid.Cid, newStateR
|
|||||||
return xerrors.Errorf("failed to decode state root: %w", err)
|
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 {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user