Thanks to visit codestin.com Credit goes to github.com
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 001feba commit 09fa6d5Copy full SHA for 09fa6d5
datasource/ethereum/src/block_stream.rs
@@ -1251,6 +1251,7 @@ fn create_log_filter_from_subgraph(manifest: &SubgraphManifest) -> Option<Ethere
1251
})
1252
1253
.collect::<EthereumLogFilter>();
1254
+
1255
match log_filter.contract_address_and_event_sig_pairs.len() {
1256
0 => return None,
1257
_ => return Some(log_filter),
@@ -1274,6 +1275,7 @@ fn create_call_filter_from_subgraph(manifest: &SubgraphManifest) -> Option<Ether
1274
1275
1276
1277
.collect::<EthereumCallFilter>();
1278
1279
match call_filter.contract_addresses_function_signatures.len() {
1280
1281
_ => return Some(call_filter),
0 commit comments