Commit 0b5a6554 authored by vipwzw's avatar vipwzw

auto ci

parent d6f96f30
......@@ -83,7 +83,6 @@ const (
//CreateAbortTx 创建撤销游戏交易
CreateAbortTx = "Abort"
)
const (
......
......@@ -61,4 +61,4 @@ func (t *GuessType) GetLogMap() map[int64]*types.LogInfo {
TyLogGuessGamePublish: {Ty: reflect.TypeOf(ReceiptGuessGame{}), Name: "TyLogGuessGamePublish"},
TyLogGuessGameTimeout: {Ty: reflect.TypeOf(ReceiptGuessGame{}), Name: "TyLogGuessGameTimeout"},
}
}
\ No newline at end of file
}
......@@ -53,7 +53,7 @@ const (
// FuncNameQueryGameByRound 查询某一回合游戏结果
FuncNameQueryGameByRound = "QueryGameByRound"
// CreateStartTx 创建开始交易
CreateStartTx = "Start"
CreateStartTx = "Start"
// CreateContinueTx 创建继续交易
CreateContinueTx = "Continue"
// CreatequitTx 创建退出交易
......
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