Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Nov 19, 2024
1 parent 491c483 commit 4f09e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcserver/jsonrpc_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

var (
// this are the only errors that are returned as http errors with http error codes
errMethodNotAllowed = "only POST method is allowded"
errMethodNotAllowed = "only POST method is allowed"
errWrongContentType = "header Content-Type must be application/json"
errMarshalResponse = "failed to marshal response"

Expand Down

0 comments on commit 4f09e55

Please sign in to comment.