Skip to content

Commit

Permalink
Remove TODO about removing mainnet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Sep 12, 2023
1 parent 35ee574 commit ca8bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func initGlobalNetworkFlags(cmd *cobra.Command) {
)

cmd.MarkFlagsMutuallyExclusive(
network.Mainnet.String(), // TODO: Remove the mainnet flag.
network.Mainnet.String(),
network.Testnet.String(),
network.Developer.String(),
)
Expand Down

0 comments on commit ca8bdb8

Please sign in to comment.