Skip to content

Commit ac05476

Browse files
committed
chore: remove stale comment
1 parent e66590c commit ac05476

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/state_transition/types/beacon_state.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,6 @@ pub const BeaconState = union(ForkSeq) {
596596
};
597597
}
598598

599-
// `header` ownership is transferred to BeaconState and will be deinit when state is deinit
600-
// caller must guarantee that `header` is properly initialized and allocated/cloned with `allocator` and no longer used after this call
601599
pub fn setLatestExecutionPayloadHeader(self: *BeaconState, header: *const ExecutionPayloadHeader) !void {
602600
switch (self.*) {
603601
.bellatrix => |*state| try state.setValue("latest_execution_payload_header", &header.bellatrix),

0 commit comments

Comments
 (0)