We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4d1dc commit ff43588Copy full SHA for ff43588
cmd/handler/vm_query.go
@@ -51,7 +51,7 @@ func GnoFuncsQueryHandler(cli client.ABCIClient) http.HandlerFunc {
51
return func(w http.ResponseWriter, r *http.Request) {
52
params := r.URL.Query()
53
data := []byte(params.Get("realm"))
54
- res, err := cli.ABCIQuery("vm/qeval", data)
+ res, err := cli.ABCIQuery("vm/qfuncs", data)
55
if err != nil {
56
writeError(w, err)
57
return
0 commit comments