diff --git a/pkg/eosclient/eosgrpc/eos_http/eoshttp.go b/pkg/eosclient/eosgrpc/eos_http/eoshttp.go index 76514069b2..0ffa07a91c 100644 --- a/pkg/eosclient/eosgrpc/eos_http/eoshttp.go +++ b/pkg/eosclient/eosgrpc/eos_http/eoshttp.go @@ -264,7 +264,7 @@ func (c *Client) buildFullURL(urlpath, uid, gid string) (string, error) { if len(gid) > 0 { v.Set("eos.rgid", gid) } - + u.RawQuery = v.Encode() return u.String(), nil }