Skip to content

Commit

Permalink
fix: add missing Command(collection module's TxCmdModify) (#911)
Browse files Browse the repository at this point in the history
* fix: add missing Command(collection module's TxCmdModify)
  • Loading branch information
jaeseung-bae authored Feb 27, 2023
1 parent 2eb63d9 commit bd1703f
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 @@ -59,6 +59,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/token,collection) [\#863](https://github.com/line/lbm-sdk/pull/863) Update x/collection,token proto
* (x/collection,token) [\#866](https://github.com/line/lbm-sdk/pull/866) Do not create account on x/token,collection
* (x/collection,token) [\#881](https://github.com/line/lbm-sdk/pull/881) Remove some x/token,collection queries on listable collections
* (x/collection) [\#911](https://github.com/line/lbm-sdk/pull/911) Add missing command(TxCmdModify) for CLI

### Removed
* [\#853](https://github.com/line/lbm-sdk/pull/853) remove useless stub BeginBlock, EndBlock methods from modules below
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 bd1703f

Please sign in to comment.