mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
Make fields in ResponseInfo be flat
This commit is contained in:
@ -165,7 +165,7 @@ message ResponseFlush{
|
||||
}
|
||||
|
||||
message ResponseInfo {
|
||||
string info = 1;
|
||||
string data = 1;
|
||||
string version = 2;
|
||||
uint64 last_block_height = 3;
|
||||
bytes last_block_app_hash = 4;
|
||||
|
Reference in New Issue
Block a user