Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Dec 10, 2024
1 parent a57b40d commit 46e7d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

* [#21853](https://github.com/cosmos/cosmos-sdk/pull/21853) Fix `*big.Int` unmarshalling in txs.
* [#22576](https://github.com/cosmos/cosmos-sdk/pull/22576) Fix duplicate command addition in `autocli` when custom enhanced command has a different name than module name
* [#22817](https://github.com/cosmos/cosmos-sdk/pull/22817) Add DecCoin support in autocli flag builder.

## [v2.0.0-beta.5] - 2024-09-18

Expand Down
2 changes: 1 addition & 1 deletion client/v2/autocli/flag/dec_coin.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ func (c *decCoinValue) Set(stringValue string) error {
}

func (c *decCoinValue) Type() string {
return "cosmos.base.v1beta1.Coin"
return "cosmos.base.v1beta1.DecCoin"
}

0 comments on commit 46e7d5c

Please sign in to comment.