diff --git a/substreams/crates/tycho-substreams/src/models.rs b/substreams/crates/tycho-substreams/src/models.rs index 81cdce1..f7d38bd 100644 --- a/substreams/crates/tycho-substreams/src/models.rs +++ b/substreams/crates/tycho-substreams/src/models.rs @@ -72,7 +72,7 @@ impl TransactionChangesBuilder { } /// Unique contract/account addresses that have been changed so far. - pub fn changed_contracts(&self) -> impl Iterator { + pub fn changed_contracts(&self) -> impl Iterator { self.contract_changes .keys() .map(|k| k.as_slice())