wallet: Print new line in import cmd
This commit is contained in:
+1
-1
@@ -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
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user