Skip to content

Commit

Permalink
fix: change in_denom to out_denom (#7245)
Browse files Browse the repository at this point in the history
* fix: change in_denom to out_denom

* Update CHANGELOG.md
  • Loading branch information
Halimao authored Jan 7, 2024
1 parent 450f757 commit 647904f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug Fixes

* [#7245](https://github.com/osmosis-labs/osmosis/pull/7245) fix: correcting json tag value for `SwapAmountOutSplitRouteWrapper.OutDenom`
* [#7233](https://github.com/osmosis-labs/osmosis/pull/7233) fix: config overwrite ignores app.toml values
* [#7243](https://github.com/osmosis-labs/osmosis/pull/7243) fix: chore: update gov metadata length from 256 to 10200
* [#7246](https://github.com/osmosis-labs/osmosis/pull/7246) fix: config overwrite fails with exit code 1 if wrong permissions
Expand Down
2 changes: 1 addition & 1 deletion x/poolmanager/types/msg_swap.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type SwapAmountInSplitRouteWrapper struct {

type SwapAmountOutSplitRouteWrapper struct {
Pools []SwapAmountOutRoute `json:"pools"`
OutDenom string `json:"in_denom"`
OutDenom string `json:"out_denom"`
}

var (
Expand Down

0 comments on commit 647904f

Please sign in to comment.