Commit 07164d7a authored by mdj33's avatar mdj33 Committed by vipwzw

paracross proto fmt

parent 0c20c414
......@@ -27,20 +27,20 @@ message ParacrossStatus {
}
message ParacrossConsensusStatus {
string title = 1;
int64 chainHeight = 2;
int64 consensHeight = 3;
string consensBlockHash = 4;
string title = 1;
int64 chainHeight = 2;
int64 consensHeight = 3;
string consensBlockHash = 4;
}
message ParaBlock2MainMap{
int64 height = 1;
string blockHash = 2;
int64 mainHeight = 3;
string mainHash = 4;
message ParaBlock2MainMap {
int64 height = 1;
string blockHash = 2;
int64 mainHeight = 3;
string mainHash = 4;
}
message ParaBlock2MainInfo{
message ParaBlock2MainInfo {
repeated ParaBlock2MainMap items = 1;
}
......
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