Commit de416732 authored by vipwzw's avatar vipwzw

auto ci

parent c40dba14
......@@ -60,7 +60,7 @@ func pokerbullStart(cmd *cobra.Command, args []string) {
params := &rpctypes.CreateTxIn{
Execer: types.ExecName(pkt.PokerBullX),
ActionName: pkt.CreateStartTx,
Payload: []byte(fmt.Sprintf("{\"value\":%d,\"playerNum\":%d}", int64(value) * types.Coin, int32(playerCount))),
Payload: []byte(fmt.Sprintf("{\"value\":%d,\"playerNum\":%d}", int64(value)*types.Coin, int32(playerCount))),
}
var res string
......
......@@ -144,4 +144,3 @@ func testQueryGameByRound(t *testing.T, jrpc *jsonclient.JSONClient) error {
rep = &pty.PBGameRecords{}
return jrpc.Call("Chain33.Query", params, rep)
}
......@@ -5,8 +5,9 @@ package types
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
proto "github.com/golang/protobuf/proto"
)
// Reference imports to suppress errors if they are not otherwise used.
......
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