Skip to content

Commit

Permalink
Update cmd/goal/asset.go
Browse files Browse the repository at this point in the history
Co-authored-by: Will Winder <[email protected]>
  • Loading branch information
Eric-Warehime and winder authored Apr 20, 2022
1 parent 1b649bf commit bc0a25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/goal/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ func init() {
freezeAssetCmd.MarkFlagRequired("account")
freezeAssetCmd.MarkFlagRequired("freeze")

optinAssetCmd.Flags().StringVar(&assetUnitName, "asset", "", "Unit name of the asset being transferred")
optinAssetCmd.Flags().Uint64Var(&assetID, "assetid", 0, "ID of the asset being transferred")
optinAssetCmd.Flags().StringVar(&assetUnitName, "asset", "", "Unit name of the asset being accepted")
optinAssetCmd.Flags().Uint64Var(&assetID, "assetid", 0, "ID of the asset being accepted")
optinAssetCmd.Flags().StringVarP(&account, "account", "a", "", "Account address to opt in to using the asset (if not specified, uses default account)")
optinAssetCmd.Flags().StringVar(&assetCreator, "creator", "", "Account address for asset creator")

Expand Down

0 comments on commit bc0a25e

Please sign in to comment.