Commit efb27f35 authored by 张振华's avatar 张振华

bugfix

parent 5d15a01e
......@@ -299,7 +299,7 @@ func (action *Action) readGame(id string) (*gty.GuessGame, error) {
func (action *Action) newGame(gameID string, start *gty.GuessGameStart) (*gty.GuessGame, error) {
game := &gty.GuessGame{
GameID: gameID,
Status: gty.GuessGameActionStart,
Status: gty.GuessGameStatusStart,
//StartTime: action.blocktime,
StartTxHash: gameID,
Topic: start.Topic,
......
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