Skip to content

Commit 249a423

Browse files
committed
staticaddr: fix waring message formatting
1 parent 9342b0f commit 249a423

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/loop/staticaddr.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,10 +641,10 @@ func depositsToOutpoints(deposits []*looprpc.Deposit) []string {
641641

642642
func displayNewAddressWarning() error {
643643
fmt.Printf("\nWARNING: Be aware that loosing your l402.token file in " +
644-
".loop under your home directory \nwill take your ability to " +
644+
".loop under your home directory will take your ability to " +
645645
"spend funds sent to the static address via loop-ins or " +
646-
"\nwithdrawals. You will have to wait until the deposit " +
647-
"expires and your loop client \nsweeps the funds back to your " +
646+
"withdrawals. You will have to wait until the deposit " +
647+
"expires and your loop client sweeps the funds back to your " +
648648
"lnd wallet. The deposit expiry could be months in the " +
649649
"future.\n")
650650

0 commit comments

Comments
 (0)