From ba5727356fc39a8b49e9e9f8883986d9b0fc882e Mon Sep 17 00:00:00 2001 From: linghuying <1599935829@qq.com> Date: Thu, 20 Mar 2025 15:14:19 +0800 Subject: [PATCH] chore: make struct comment match struct name Signed-off-by: linghuying <1599935829@qq.com> --- generators/buildTokenList.yearn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/buildTokenList.yearn.go b/generators/buildTokenList.yearn.go index f77069569..5e9899313 100644 --- a/generators/buildTokenList.yearn.go +++ b/generators/buildTokenList.yearn.go @@ -45,7 +45,7 @@ const ( TokenTypeAaveV2 TTokenType = "AAVE V2" ) -// TERC20Token contains the basic information of an ERC20 token +// TYearnTokenData contains the basic information of an ERC20 token type TYearnTokenData struct { Address string `json:"address"` UnderlyingTokensAddresses []string `json:"underlyingTokens"`