Skip to content

Commit

Permalink
chore(bft/rpc): fix typo in handlers.go (#1648)
Browse files Browse the repository at this point in the history
Covert -> Convert
  • Loading branch information
eltociear authored Feb 13, 2024
1 parent a2b5f29 commit 0cce745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm2/pkg/bft/rpc/lib/server/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func makeHTTPHandler(rpcFunc *RPCFunc, logger *slog.Logger) func(http.ResponseWr
}
}

// Covert an http query to a list of properly typed values.
// Convert an http query to a list of properly typed values.
// To be properly decoded the arg must be a concrete type from tendermint (if its an interface).
func httpParamsToArgs(rpcFunc *RPCFunc, r *http.Request) ([]reflect.Value, error) {
// skip types.Context
Expand Down

0 comments on commit 0cce745

Please sign in to comment.