Skip to content

Commit aa9cc81

Browse files
committed
fix(fork-types): update fulu->gloas upgrade to use direct allocator/pool
After the BaseTreeView removal refactor (ce6370e), ContainerTreeView exposes allocator and pool directly. The fulu->gloas upgrade path still used the old state.base_view.allocator pattern.
1 parent a7378de commit aa9cc81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fork_types/any_beacon_state.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,8 @@ pub const AnyBeaconState = union(ForkSeq) {
965965
.gloas = try populateFields(
966966
ct.fulu.BeaconState,
967967
ct.gloas.BeaconState,
968-
state.base_view.allocator,
969-
state.base_view.pool,
968+
state.allocator,
969+
state.pool,
970970
state,
971971
),
972972
},

0 commit comments

Comments
 (0)