Skip to content

Commit

Permalink
Remove pruning since it's not very useful for txns
Browse files Browse the repository at this point in the history
  • Loading branch information
mjain-jump committed Aug 19, 2024
1 parent d9069d8 commit fb46063
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 @@ -42,7 +42,7 @@
TxnHarness = HarnessCtx(
fuzz_fn_name="sol_compat_txn_execute_v1",
fixture_desc=txn_pb.TxnFixture.DESCRIPTOR,
prune_effects_fn=txn_prune.prune_execution_result,
# prune_effects_fn=txn_prune.prune_execution_result,
context_human_encode_fn=txn_codec.encode_input,
context_human_decode_fn=txn_codec.decode_input,
effects_human_encode_fn=txn_codec.encode_output,
Expand Down

0 comments on commit fb46063

Please sign in to comment.