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
@@ -84,6 +84,6 @@ func (app *CounterApplication) Query(query []byte) types.Result {
return types.ErrUnknownRequest.SetLog(Fmt("Invalid nonce. Expected hash or tx, got %v", queryStr))
}
func (app *CounterApplication) Proof(key []byte) types.Result {
func (app *CounterApplication) Proof(key []byte, blockHeight int64) types.Result {
return types.NewResultOK(nil, Fmt("Proof is not supported"))
}