Update protocol buffers

This commit is contained in:
Ethan Frey
2017-01-17 15:44:40 +01:00
parent 58ea995032
commit 7cd39dafea
10 changed files with 301 additions and 134 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func (app *ChainAwareApplication) Query(query []byte) types.Result {
return types.NewResultOK([]byte(Fmt("%d,%d", app.beginCount, app.endCount)), "")
}
func (app *ChainAwareApplication) Proof(key []byte) types.Result {
func (app *ChainAwareApplication) Proof(key []byte, blockHeight int64) types.Result {
return types.NewResultOK(nil, Fmt("Proof is not supported"))
}