mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 23:57:04 +00:00
block_height is int32
This commit is contained in:
+1
-1
@@ -219,7 +219,7 @@ message TMSPInfo {
|
||||
}
|
||||
|
||||
message LastBlockInfo {
|
||||
uint64 block_height = 1;
|
||||
int32 block_height = 1;
|
||||
bytes block_hash = 2;
|
||||
bytes app_hash = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user