Skip to content

Commit

Permalink
Merge pull request #47 from firedancer-io/cu-avail-consensus
Browse files Browse the repository at this point in the history
add cu avail to ignore_fields_for_consensus
  • Loading branch information
kbhargava-jump authored May 31, 2024
2 parents c2ddcda + b50bf09 commit 824db0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_suite/fuzz_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
context_human_encode_fn=instr_codec.encode_input,
context_human_decode_fn=instr_codec.decode_input,
effects_human_encode_fn=instr_codec.encode_output,
ignore_fields_for_consensus=["custom_err"],
ignore_fields_for_consensus=["custom_err", "cu_avail"],
)

SyscallHarness = HarnessCtx(
Expand Down

0 comments on commit 824db0a

Please sign in to comment.