"err",fmt.Sprintf("The height and time parameters are illegal:MaxTime %s MaxHeight %d Expire %s, ExpireHeight %d",start.MaxTime,start.MaxHeight,start.Expire,start.ExpireHeight))
returnnil,types.ErrInvalidParam
}
game, err = action.newGame(gameId, start)
if err != nil {
return nil, err
}
} else {
game = action.selectGameFromIds(ids, start.GetValue())