mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 01:11:32 +00:00
Update protocol buffers
This commit is contained in:
@ -55,7 +55,7 @@ func ToRequestQuery(queryBytes []byte) *Request {
|
||||
}
|
||||
}
|
||||
|
||||
func ToRequestProof(key []byte, blockHeight int) *Request {
|
||||
func ToRequestProof(key []byte, blockHeight int64) *Request {
|
||||
return &Request{
|
||||
Value: &Request_Proof{&RequestProof{key, blockHeight}},
|
||||
}
|
||||
|
Reference in New Issue
Block a user