Update protocol buffers

This commit is contained in:
Ethan Frey
2017-01-10 15:59:29 +01:00
parent 58ea995032
commit 7cd39dafea
10 changed files with 301 additions and 134 deletions

View File

@@ -87,6 +87,7 @@ message Request {
RequestInitChain init_chain = 9;
RequestBeginBlock begin_block = 10;
RequestEndBlock end_block = 11;
RequestProof proof = 12;
}
}
@@ -122,7 +123,6 @@ message RequestProof{
int64 height = 2;
}
message RequestCommit{
}