From 249a4237f8540868da1ef061d0e11541a923e0fc Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Fri, 13 Dec 2024 21:34:31 +0100 Subject: [PATCH] staticaddr: fix waring message formatting --- cmd/loop/staticaddr.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/loop/staticaddr.go b/cmd/loop/staticaddr.go index 81f3043c..97cb2eca 100644 --- a/cmd/loop/staticaddr.go +++ b/cmd/loop/staticaddr.go @@ -641,10 +641,10 @@ func depositsToOutpoints(deposits []*looprpc.Deposit) []string { func displayNewAddressWarning() error { fmt.Printf("\nWARNING: Be aware that loosing your l402.token file in " + - ".loop under your home directory \nwill take your ability to " + + ".loop under your home directory will take your ability to " + "spend funds sent to the static address via loop-ins or " + - "\nwithdrawals. You will have to wait until the deposit " + - "expires and your loop client \nsweeps the funds back to your " + + "withdrawals. You will have to wait until the deposit " + + "expires and your loop client sweeps the funds back to your " + "lnd wallet. The deposit expiry could be months in the " + "future.\n")