Commit d5ff7976 authored by vicotor's avatar vicotor

update code

parent e0885355
...@@ -205,7 +205,7 @@ func proxyHandler(w http.ResponseWriter, r *http.Request) { ...@@ -205,7 +205,7 @@ func proxyHandler(w http.ResponseWriter, r *http.Request) {
Id: req.Id, Id: req.Id,
Error: map[string]interface{}{ Error: map[string]interface{}{
"code": -32000, "code": -32000,
"message": "sender is blacklisted", "message": "sender is invalid",
}, },
} }
w.Header().Set("Content-Type", "application/json") w.Header().Set("Content-Type", "application/json")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment