Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Jan 9, 2025
1 parent dc0c9b1 commit 26bcd5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fuels-accounts/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ impl Provider {
Self::connect(format!("http://{addr}")).await
}

/// To be applied to future requests, call [`clear_cache`] if you need to clear the cache.
pub fn set_cache_ttl(&mut self, ttl: TtlConfig) {
self.cached_client.set_ttl(ttl);
}
Expand Down

0 comments on commit 26bcd5a

Please sign in to comment.