Commit e6b843b4 authored by pengjun's avatar pengjun

fix merge error

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