mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
chore: enhance comment and more readable (#13792)
This commit is contained in:
parent
fad118cb04
commit
c1d75c295a
@ -23,7 +23,7 @@ import (
|
|||||||
"go.opencensus.io/trace"
|
"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) {
|
func (s *Server) CreateWallet(w http.ResponseWriter, r *http.Request) {
|
||||||
ctx, span := trace.StartSpan(r.Context(), "validator.web.CreateWallet")
|
ctx, span := trace.StartSpan(r.Context(), "validator.web.CreateWallet")
|
||||||
defer span.End()
|
defer span.End()
|
||||||
|
Loading…
Reference in New Issue
Block a user