Skip to content

Commit 9c769c7

Browse files
authored
Raw code migrator (#289)
Co-authored-by: zenground0 <[email protected]>
1 parent 6509812 commit 9c769c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/v14/migration/top.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func MigrateStateTree(ctx context.Context, store cbor.IpldStore, newManifestCID
7474
if !ok {
7575
return cid.Undef, xerrors.Errorf("code cid for %s actor not found in new manifest", oldEntry.Name)
7676
}
77-
migrations[oldEntry.Code] = migration.CachedMigration(cache, migration.CodeMigrator{OutCodeCID: newCodeCID})
77+
migrations[oldEntry.Code] = migration.CodeMigrator{OutCodeCID: newCodeCID}
7878
}
7979

8080
// migrations that migrate both code and state, override entries in `migrations`

0 commit comments

Comments
 (0)