Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2d74aaa

Browse files
committedApr 28, 2024·
small fix
1 parent 9d4a6d2 commit 2d74aaa

File tree

1 file changed

+1
-1
lines changed
  • modules/light-clients/08-wasm/client/cli

1 file changed

+1
-1
lines changed
 

‎modules/light-clients/08-wasm/client/cli/tx.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func newMigrateContractCmd() *cobra.Command {
8888
Use: "migrate-contract [client-id] [checksum] [migrate-msg]",
8989
Short: "Migrates a contract to a new byte code",
9090
Long: `Migrates the contract for the specified client ID to the byte code corresponding to checksum, passing the JSON-encoded migrate message to the contract`,
91-
Example: fmt.Sprintf("%s tx %s migrate-contract 08-wasm-0 b3a49b2914f5e6a673215e74325c1d153bb6776e079774e52c5b7e674d9ad3ab {}", version.AppName, ibcexported.ModuleName),
91+
Example: fmt.Sprintf("%s tx %s-wasm migrate-contract 08-wasm-0 b3a49b2914f5e6a673215e74325c1d153bb6776e079774e52c5b7e674d9ad3ab {}", version.AppName, ibcexported.ModuleName),
9292
Args: cobra.ExactArgs(3), // Ensure exactly three arguments are passed
9393
RunE: func(cmd *cobra.Command, args []string) error {
9494
clientCtx, err := client.GetClientTxContext(cmd)

0 commit comments

Comments
 (0)
Please sign in to comment.