Move newline

Move newline
This commit is contained in:
Phi 2022-08-31 10:44:59 +02:00
parent 8a45e8c8af
commit 870c2f9554

View File

@ -97,8 +97,8 @@ func infoCmdAct(cctx *cli.Context) error {
fmt.Println()
} else {
fmt.Printf("Default address: address not set\n")
fmt.Println()
}
fmt.Println()
addrs, err := fullapi.WalletList(ctx)
if err != nil {