Skip to content

Commit

Permalink
turn on detailed mempool reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
NadiaYvette committed Nov 27, 2024
1 parent 1efb7d2 commit c3dea23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/workbench/service/tracing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ let

## enable this to investigate tx validation errors, e.g. fee to small for Plutus script txns
## comes with too much overhead to be the default for benchmarks
# "Mempool.RejectedTx".detail = "DDetailed";
"Mempool.RejectedTx".detail = "DDetailed";
};
};

Expand Down

0 comments on commit c3dea23

Please sign in to comment.