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

paracross proto fmt

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