From c1d75c295ae92c886b5d50793b6c7a763f539015 Mon Sep 17 00:00:00 2001 From: Afanti <127061691+threewebcode@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:43:55 +0800 Subject: [PATCH] chore: enhance comment and more readable (#13792) --- validator/rpc/handler_wallet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/rpc/handler_wallet.go b/validator/rpc/handler_wallet.go index 1f9c8958a..e3771ac69 100644 --- a/validator/rpc/handler_wallet.go +++ b/validator/rpc/handler_wallet.go @@ -23,7 +23,7 @@ import ( "go.opencensus.io/trace" ) -// CreateWallet via an API request, allowing a user to save a new +// CreateWallet via an API request, allowing a user to save a new wallet. func (s *Server) CreateWallet(w http.ResponseWriter, r *http.Request) { ctx, span := trace.StartSpan(r.Context(), "validator.web.CreateWallet") defer span.End()