Skip to content

Commit

Permalink
fix: add missing Command(collection module's TxCmdModify) (Finschia#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae authored and zemyblue committed Mar 17, 2023
1 parent f3ce309 commit 220083d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Bug Fixes
* (swagger) [\#898](https://github.com/line/lbm-sdk/pull/898) fix a bug not added `lbm.tx.v1beta1.Service/GetBlockWithTxs` in swagger
* (x/collection) [\#911](https://github.com/line/lbm-sdk/pull/911) Add missing command(TxCmdModify) for CLI

### Removed

Expand Down
1 change: 1 addition & 0 deletions x/collection/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func NewTxCmd() *cobra.Command {
NewTxCmdRevokePermission(),
NewTxCmdAuthorizeOperator(),
NewTxCmdRevokeOperator(),
NewTxCmdModify(),
)

return txCmd
Expand Down

0 comments on commit 220083d

Please sign in to comment.