From 9ed71be3753052c313fc230b932480cdbe1f695e Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Fri, 25 Apr 2025 17:37:44 +0800 Subject: [PATCH] fix method comment --- accounts/abi/abigen/source2.go.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/abigen/source2.go.tpl b/accounts/abi/abigen/source2.go.tpl index 4d4b7149a8..8ef906b8d6 100644 --- a/accounts/abi/abigen/source2.go.tpl +++ b/accounts/abi/abigen/source2.go.tpl @@ -102,7 +102,7 @@ var ( return enc } - // Pack{{.Normalized.Name}} is the Go binding used to pack the parameters required for calling + // TryPack{{.Normalized.Name}} is the Go binding used to pack the parameters required for calling // the contract method with ID 0x{{printf "%x" .Original.ID}}. This method will return an error // if any inputs are invalid/nil. //