Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
0dff82d1
Commit
0dff82d1
authored
Dec 21, 2018
by
张振华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'guess' of
https://github.com/zzh33cn/plugin
into guess
parents
7d9726f6
0b5a6554
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
const.go
plugin/dapp/guess/types/const.go
+0
-1
types.go
plugin/dapp/guess/types/types.go
+1
-2
const.go
plugin/dapp/pokerbull/types/const.go
+1
-1
No files found.
plugin/dapp/guess/types/const.go
View file @
0dff82d1
...
...
@@ -83,7 +83,6 @@ const (
//CreateAbortTx 创建撤销游戏交易
CreateAbortTx
=
"Abort"
)
const
(
...
...
plugin/dapp/guess/types/types.go
View file @
0dff82d1
...
...
@@ -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
}
plugin/dapp/pokerbull/types/const.go
View file @
0dff82d1
...
...
@@ -53,7 +53,7 @@ const (
// FuncNameQueryGameByRound 查询某一回合游戏结果
FuncNameQueryGameByRound
=
"QueryGameByRound"
// CreateStartTx 创建开始交易
CreateStartTx
=
"Start"
CreateStartTx
=
"Start"
// CreateContinueTx 创建继续交易
CreateContinueTx
=
"Continue"
// CreatequitTx 创建退出交易
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment