We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e25a2 commit d8b9c06Copy full SHA for d8b9c06
1 file changed
src/state_transition/utils/execution.zig
@@ -26,7 +26,7 @@ pub fn isMergeTransitionBlock(
26
comptime fork: ForkSeq,
27
state: *BeaconState(fork),
28
comptime block_type: BlockType,
29
- body: *const BeaconBlockBody(fork, block_type),
+ body: *const BeaconBlockBody(block_type, fork),
30
) bool {
31
if (comptime fork != .bellatrix) {
32
return false;
0 commit comments