mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 08:51:32 +00:00
Proof uses uint64 for blockHeight
This commit is contained in:
@ -23,7 +23,7 @@ type Application interface {
|
||||
Query(query []byte) Result
|
||||
|
||||
// Get proof for state
|
||||
Proof(key []byte, blockHeight int64) Result
|
||||
Proof(key []byte, blockHeight uint64) Result
|
||||
|
||||
// Return the application Merkle root hash
|
||||
Commit() Result
|
||||
|
Reference in New Issue
Block a user