Commit e6b843b4 authored by pengjun's avatar pengjun

fix merge error

parent d65c7bdb
...@@ -195,7 +195,7 @@ func pokerbullQuery(cmd *cobra.Command, args []string) { ...@@ -195,7 +195,7 @@ func pokerbullQuery(cmd *cobra.Command, args []string) {
GameId:gameID, GameId:gameID,
Round:int32(roundInt), Round:int32(roundInt),
} }
params.Payload = req params.Payload = types.MustPBToJSON(req)
var res pkt.ReplyPBGameByRound var res pkt.ReplyPBGameByRound
ctx := jsonrpc.NewRPCCtx(rpcLaddr, "Chain33.Query", params, &res) ctx := jsonrpc.NewRPCCtx(rpcLaddr, "Chain33.Query", params, &res)
ctx.Run() ctx.Run()
......
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