From 82ea4052cddc62f9b04c654405c2d7c9c4ae8180 Mon Sep 17 00:00:00 2001 From: pengqima Date: Thu, 16 Jul 2026 19:50:14 +0800 Subject: [PATCH] chore: fix function comment to match actual function name Signed-off-by: pengqima --- 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 {