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
9e95afbe
Unverified
Commit
9e95afbe
authored
Feb 14, 2020
by
vipwzw
Committed by
GitHub
Feb 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dpos_msg.proto
parent
90dcccc8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
dpos_msg.proto
plugin/consensus/dpos/proto/dpos_msg.proto
+2
-3
No files found.
plugin/consensus/dpos/proto/dpos_msg.proto
View file @
9e95afbe
...
@@ -2,7 +2,7 @@ syntax = "proto3";
...
@@ -2,7 +2,7 @@ syntax = "proto3";
package
types
;
package
types
;
// CycleBoundaryInfo cycle边界信息
// CycleBoundaryInfo cycle边界信息
message
CycleBoundaryInfo
{
message
CycleBoundaryInfo
{
int64
cycle
=
1
;
int64
cycle
=
1
;
int64
stopHeight
=
2
;
int64
stopHeight
=
2
;
...
@@ -65,4 +65,4 @@ message DPosCBInfo {
...
@@ -65,4 +65,4 @@ message DPosCBInfo {
string
stopHash
=
3
;
string
stopHash
=
3
;
string
pubkey
=
4
;
string
pubkey
=
4
;
string
signature
=
5
;
string
signature
=
5
;
}
}
\ No newline at end of file
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