Skip to content

Commit

Permalink
Fix/cosmos 0.45.10 (#63)
Browse files Browse the repository at this point in the history
* upgrade to cosmos v0.45.10

* fix: remove reqres done flag

Co-authored-by: Greg Junge <greg@terra.money>
  • Loading branch information
javiersuweijie and Greg Junge committed Dec 13, 2022
1 parent e310101 commit fc84c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mantlemint/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,5 @@ func (app *localClient) callback(req *types.Request, res *types.Response) *abcic
func newLocalReqRes(req *types.Request, res *types.Response) *abcicli.ReqRes {
reqRes := abcicli.NewReqRes(req)
reqRes.Response = res
reqRes.Done()
return reqRes
}

0 comments on commit fc84c3b

Please sign in to comment.