cmd/loop: drop misleading static loop-in fee warning

This commit is contained in:
Slyghtning 2026-04-20 13:11:37 +02:00
parent c8ccc1eba9
commit b5d26775a5
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
2 changed files with 0 additions and 12 deletions

View file

@ -329,12 +329,6 @@ func displayInDetails(req *looprpc.QuoteRequest,
"wallet.\n\n")
}
if req.DepositOutpoints != nil {
fmt.Printf("On-chain fees for static address loop-ins are not " +
"included.\nThey were already paid when the deposits " +
"were created.\n\n")
}
printQuoteInResp(req, resp, verbose)
fmt.Printf("\nCONTINUE SWAP? (y/n): ")