block_height is int32

This commit is contained in:
Ethan Buchman
2016-11-16 13:32:18 -05:00
parent ddb2b01631
commit df299d03c4
2 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ message TMSPInfo {
}
message LastBlockInfo {
uint64 block_height = 1;
int32 block_height = 1;
bytes block_hash = 2;
bytes app_hash = 3;
}