Skip to content

Commit

Permalink
fix example metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Feb 26, 2024
1 parent f93a3df commit 457c577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ophost/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func NewCreateBridge(ac address.Codec) *cobra.Command {
"submission_interval": "duration",
"finalization_period": "duration",
"submission_start_time" : "rfc3339-datetime",
"metadata": "channel-id,channel-id"
"metadata": "{\"perm_channels\":[{\"port_id\":\"transfer\", \"channel_id\":\"channel-0\"}, {\"port_id\":\"icqhost\", \"channel_id\":\"channel-1\"}]}"
}`, version.AppName,
),
),
Expand Down

0 comments on commit 457c577

Please sign in to comment.