wallet: Print new line in import cmd
This commit is contained in:
parent
774bc2f8ec
commit
5305ef6871
@ -231,7 +231,7 @@ var walletImport = &cli.Command{
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("imported key %s successfully!", addr)
|
||||
fmt.Printf("imported key %s successfully!\n", addr)
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user