chore: enhance comment and more readable (#13792)

This commit is contained in:
Afanti
2024-03-27 22:43:55 +08:00
committed by GitHub
parent fad118cb04
commit c1d75c295a

View File

@@ -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()