diff --git a/crates/sui-indexer/src/store/pg_indexer_store.rs b/crates/sui-indexer/src/store/pg_indexer_store.rs index 8579c5edf6e93..3349987c0ea14 100644 --- a/crates/sui-indexer/src/store/pg_indexer_store.rs +++ b/crates/sui-indexer/src/store/pg_indexer_store.rs @@ -747,8 +747,6 @@ impl PgIndexerStore { .await .map_err(IndexerError::from) .context(error_message)?; - - // TODO: (wlmyng) - so should we update the `watermarks` table here actually? } Ok::<(), IndexerError>(()) }