mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 02:01:43 +00:00
Proof uses uint64 for blockHeight
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, blockHeight int64) types.Result {
|
||||
func (app *NilApplication) Proof(key []byte, blockHeight uint64) types.Result {
|
||||
return types.NewResultOK(nil, "")
|
||||
}
|
||||
|
Reference in New Issue
Block a user