Skip to content

Commit

Permalink
chore(filters/legacy): enable transaction details without enabling bl…
Browse files Browse the repository at this point in the history
…ock details
  • Loading branch information
paulobressan committed Aug 14, 2023
1 parent cd28f9e commit 8a14749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/legacy_v1/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ impl EventWriter<'_> {
transactions: None,
};

if self.config.include_block_details {
if self.config.include_block_details || self.config.include_transaction_details {
let txs = source
.txs()
.iter()
Expand Down

0 comments on commit 8a14749

Please sign in to comment.