Commit 11461f9d authored by mdj33's avatar mdj33 Committed by vipwzw

add empty interval for node group apply

parent 4b7b1ccc
...@@ -19,6 +19,7 @@ message ParacrossHeightStatus { ...@@ -19,6 +19,7 @@ message ParacrossHeightStatus {
string title = 2; string title = 2;
int64 height = 3; int64 height = 3;
ParacrossStatusDetails details = 4; ParacrossStatusDetails details = 4;
int64 mainHeight = 5;
} }
message ParacrossStatus { message ParacrossStatus {
...@@ -86,7 +87,7 @@ message ParaNodeGroupApply{ ...@@ -86,7 +87,7 @@ message ParaNodeGroupApply{
uint32 op = 2; uint32 op = 2;
string addrs = 3; string addrs = 3;
int64 coinsFrozen = 4; int64 coinsFrozen = 4;
uint32 emptyBlockInterval = 5;
} }
......
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