From 944897d1bdfddb15a829e703a3292c8077be9973 Mon Sep 17 00:00:00 2001 From: momantech Date: Sat, 15 Mar 2025 10:50:41 +0800 Subject: [PATCH] docs: make function comment match function name Signed-off-by: momantech --- pkg/service/eth/eth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/eth/eth.go b/pkg/service/eth/eth.go index ea6ab054..81901124 100644 --- a/pkg/service/eth/eth.go +++ b/pkg/service/eth/eth.go @@ -167,7 +167,7 @@ func (h *Handler) DepositContract(ctx context.Context) (*DepositContract, error) }, nil } -// DepositContract gets the deposit snapshot at the finalized checkpoint. +// DepositSnapshot gets the deposit snapshot at the finalized checkpoint. func (h *Handler) DepositSnapshot(ctx context.Context) (*types.DepositSnapshot, error) { var err error