File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,8 @@ pub enum IotaCommand {
354
354
} ,
355
355
#[ cfg( feature = "iota-names" ) ]
356
356
/// Manage names registered in IOTA-Names.
357
+ /// By using this service, you agree to the Terms & Conditions:
358
+ /// testnet.iotanames.com/?modal=terms_conditions."
357
359
Name {
358
360
/// The file storing the state of the user accounts
359
361
#[ arg( long = "client.config" ) ]
@@ -582,6 +584,12 @@ impl IotaCommand {
582
584
}
583
585
#[ cfg( feature = "iota-names" ) ]
584
586
IotaCommand :: Name { config, json, cmd } => {
587
+ eprintln ! (
588
+ "{}" ,
589
+ "By using this service, you agree to the Terms & Conditions: testnet.iotanames.com/?modal=terms_conditions."
590
+ . bold( )
591
+ . yellow( )
592
+ ) ;
585
593
let config_path = config. unwrap_or ( iota_config_dir ( ) ?. join ( IOTA_CLIENT_CONFIG ) ) ;
586
594
prompt_if_no_config ( & config_path, false , true , true ) ?;
587
595
let mut context = WalletContext :: new ( & config_path, None , None ) ?;
You can’t perform that action at this time.
0 commit comments