wallet: Print new line in import cmd

This commit is contained in:
Łukasz Magiera 2019-10-29 13:54:26 +01:00
parent 774bc2f8ec
commit 5305ef6871

View File

@ -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
},
}