Skip to content

Commit d306a15

Browse files
committed
docs: clarify pool-indexer module comment
1 parent 08a1d48 commit d306a15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/liquidity-sources/src/uniswap_v3/pool_indexer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! HTTP client for the Uniswap V3 pool-indexer service. Implements
2-
//! [`V3PoolDataSource`] so the driver can swap this in place of the
3-
//! subgraph client without touching anything else.
2+
//! [`V3PoolDataSource`] so the driver can swap this in place of the subgraph
3+
//! client without touching anything else.
44
//!
55
//! The pool-indexer always returns at-head data — it doesn't support
66
//! historical queries. `block_number` arguments are ignored; the block

0 commit comments

Comments
 (0)