Skip to content

Commit

Permalink
Fix merge conflict bug; Update PENDING
Browse files Browse the repository at this point in the history
  • Loading branch information
jaekwon committed Nov 5, 2018
1 parent 5b74e1d commit f4338d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BREAKING CHANGES
* [simulation] \#2665 only argument to simulation.Invariant is now app

* Tendermint

* Upgrade to version 0.26.0

FEATURES

Expand Down
2 changes: 1 addition & 1 deletion store/iavlstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4338d6

Please sign in to comment.