From bb5f69328d61514aaa6efafbea8cd772ab8df7fd Mon Sep 17 00:00:00 2001 From: zenground0 Date: Mon, 10 Apr 2023 23:18:23 -0600 Subject: [PATCH] Fix --- chain/consensus/filcns/upgrades.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/consensus/filcns/upgrades.go b/chain/consensus/filcns/upgrades.go index 26d77145a..0e68c6b12 100644 --- a/chain/consensus/filcns/upgrades.go +++ b/chain/consensus/filcns/upgrades.go @@ -1773,7 +1773,7 @@ func upgradeActorsV11Common( ) } - manifest, ok := actors.GetManifest(actorstypes.Version10) + manifest, ok := actors.GetManifest(actorstypes.Version11) if !ok { return cid.Undef, xerrors.Errorf("no manifest CID for v11 upgrade") }