We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70dad7 commit 4f97651Copy full SHA for 4f97651
chain/ethereum/src/chain.rs
@@ -125,7 +125,7 @@ impl BlockStreamBuilder<Chain> for EthereumStreamBuilder {
125
.logger_factory
126
.subgraph_logger(&deployment)
127
.new(o!("component" => "BlockStream"));
128
- let chain_store = chain.chain_store().clone();
+ let chain_store = chain.chain_store();
129
let chain_head_update_stream = chain
130
.chain_head_update_listener
131
.subscribe(chain.name.clone(), logger.clone());
0 commit comments