We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a96bb8 commit dcee8d6Copy full SHA for dcee8d6
chain/ethereum/src/block_stream.rs
@@ -491,7 +491,9 @@ where
491
// Note that head_ancestor is a child of subgraph_ptr.
492
let eth_adapter = self.eth_adapter.clone();
493
494
- let block_with_calls = if !self.include_calls_in_blocks {
+ let block_with_calls = if !self.include_calls_in_blocks
495
+ || head_ancestor.transaction_receipts.is_empty()
496
+ {
497
Box::new(future::ok(EthereumBlockWithCalls {
498
ethereum_block: head_ancestor,
499
calls: vec![],
0 commit comments