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