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

@@ -35,6 +35,6 @@ func (app *NilApplication) Query(query []byte) types.Result {
return types.NewResultOK(nil, "")
}
func (app *NilApplication) Proof(key []byte) types.Result {
func (app *NilApplication) Proof(key []byte, blockHeight int64) types.Result {
return types.NewResultOK(nil, "")
}