mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
cmd/loop: drop misleading static loop-in fee warning
This commit is contained in:
parent
c8ccc1eba9
commit
b5d26775a5
2 changed files with 0 additions and 12 deletions
|
|
@ -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): ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue