From 59d468e370201355ed626e5ceefac894e8db3006 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Wed, 29 Jan 2025 15:31:24 +0100 Subject: [PATCH] Typo rewards.go --- internal/lido/contracts/csfeedistributor/rewards.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/lido/contracts/csfeedistributor/rewards.go b/internal/lido/contracts/csfeedistributor/rewards.go index f4db79a8b..bc8d5ad62 100644 --- a/internal/lido/contracts/csfeedistributor/rewards.go +++ b/internal/lido/contracts/csfeedistributor/rewards.go @@ -31,7 +31,7 @@ import ( log "github.com/sirupsen/logrus" ) -// Tree : struct that reperesents Merkle Tree data +// Tree : struct that represents Merkle Tree data type Tree struct { Format string `json:"format"` LeafEncoding []string `json:"leafEncoding"`