From c374f7777f4a3d31fe3044e767d763cc6d8bb7bf Mon Sep 17 00:00:00 2001 From: luozexuan Date: Wed, 2 Apr 2025 18:58:36 +0800 Subject: [PATCH] chore: fix function name in comment Signed-off-by: luozexuan --- 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 {