Query: LastHeight -> Height :)

This commit is contained in:
Ethan Buchman
2017-02-14 16:53:21 -05:00
parent 2a3f638495
commit 31bdda27ad
6 changed files with 161 additions and 166 deletions

View File

@ -115,7 +115,7 @@ message RequestCheckTx{
message RequestQuery{
bytes data = 1;
string path = 2;
uint64 last_height = 3;
uint64 height = 3;
bool prove = 4;
}
@ -196,7 +196,7 @@ message ResponseQuery{
bytes key = 3;
bytes value = 4;
bytes proof = 5;
uint64 last_height = 6;
uint64 height = 6;
string log = 7;
}