Fix merge conflict bug; Update PENDING
This commit is contained in:
parent
5b74e1d0b6
commit
f4338d6f75
|
@ -12,7 +12,7 @@ BREAKING CHANGES
|
|||
* [simulation] \#2665 only argument to simulation.Invariant is now app
|
||||
|
||||
* Tendermint
|
||||
|
||||
* Upgrade to version 0.26.0
|
||||
|
||||
FEATURES
|
||||
|
||||
|
|
|
@ -220,7 +220,7 @@ func (st *iavlStore) Query(req abci.RequestQuery) (res abci.ResponseQuery) {
|
|||
}
|
||||
|
||||
if req.Prove {
|
||||
value, _, err := tree.GetVersionedWithProof(key, res.Height)
|
||||
value, proof, err := tree.GetVersionedWithProof(key, res.Height)
|
||||
if err != nil {
|
||||
res.Log = err.Error()
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue