From 51439196837c7a68f4b370636a2f7895f81478dc Mon Sep 17 00:00:00 2001 From: whosehang Date: Sat, 3 May 2025 10:13:19 +0800 Subject: [PATCH] chore: make function comment match function name Signed-off-by: whosehang --- pkg/smart_wallet/call.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/smart_wallet/call.go b/pkg/smart_wallet/call.go index 6941a6420..67d8de5cb 100644 --- a/pkg/smart_wallet/call.go +++ b/pkg/smart_wallet/call.go @@ -93,7 +93,7 @@ type callStructKernel struct { Data []byte `json:"data"` } -// handleCallKernel packs calldata for Zerodev Kernel smart wallet. +// PackForKernel packs calldata for Zerodev Kernel smart wallet. func (calls Calls) PackForKernel() ([]byte, error) { params := make([]callStructKernel, len(calls)) for i, call := range calls {