diff --git a/chain/consensus/filcns/upgrades.go b/chain/consensus/filcns/upgrades.go index e7b032516..bed5ceecf 100644 --- a/chain/consensus/filcns/upgrades.go +++ b/chain/consensus/filcns/upgrades.go @@ -1334,7 +1334,7 @@ func UpgradeActorsV8(ctx context.Context, sm *stmgr.StateManager, cache stmgr.Mi newRoot, err := upgradeActorsV8Common(ctx, sm, cache, root, epoch, ts, config) if err != nil { - return cid.Undef, xerrors.Errorf("migrating actors v6 state: %w", err) + return cid.Undef, xerrors.Errorf("migrating actors v7 state: %w", err) } return newRoot, nil