Skip to content

Commit

Permalink
Merge branch 'main' of github.com:txpipe/oura
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Aug 15, 2023
2 parents 35125af + 3142f9a commit 3fd308a
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 3fd308a

Please sign in to comment.