Fix merge conflict bug; Update PENDING
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ BREAKING CHANGES
|
||||
* [simulation] \#2665 only argument to simulation.Invariant is now app
|
||||
|
||||
* Tendermint
|
||||
|
||||
* Upgrade to version 0.26.0
|
||||
|
||||
FEATURES
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user