Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-dambovaliev committed Mar 26, 2024
1 parent f0cefcf commit 92abef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnovm/pkg/gnomod/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ func queryChain(remote string, qpath string, data []byte) (res *abci.ResponseQue
// Height: height, XXX
// Prove: false, XXX
}

cli := client.NewHTTP(remote, "/websocket")
qres, err := cli.ABCIQueryWithOptions(qpath, data, opts2)
if err != nil {
Expand Down

0 comments on commit 92abef4

Please sign in to comment.