mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-15 11:46:11 +00:00
Update protocol buffers
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user