From 3858f791d71d74505fe7f21037867f15f6af44ee Mon Sep 17 00:00:00 2001 From: bigbear <155267841+aso20455@users.noreply.github.com> Date: Tue, 4 Mar 2025 22:12:11 +0100 Subject: [PATCH] Update main.go --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index b1ea64e..d3b2cd6 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,7 +1,7 @@ package main // ingester is a "synchronizer" that ingests into DuneAPI the blocks from the blockchain. -// it has the ability to resume and catch up with the the head of the blockchain. +// it has the ability to resume and catch up with the head of the blockchain. import ( "context"