mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
chore: enhance comment and more readable (#13792)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user