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") "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) printQuoteInResp(req, resp, verbose)
fmt.Printf("\nCONTINUE SWAP? (y/n): ") fmt.Printf("\nCONTINUE SWAP? (y/n): ")

View file

@ -227,9 +227,6 @@ Let's list the deposits in the loop client:
These deposits can now be instantly swapped. Let's use the first one: These deposits can now be instantly swapped. Let's use the first one:
```shell ```shell
./regtest.sh loop static in --utxo 5405e5cae38f9e4e193f7b5442dd005273e2e1fab8687c42a505c1a333e8884f:0 ./regtest.sh loop static in --utxo 5405e5cae38f9e4e193f7b5442dd005273e2e1fab8687c42a505c1a333e8884f:0
On-chain fees for static address loop-ins are not included.
They were already paid when the deposits were created.
Previously deposited on-chain: 250000 sat Previously deposited on-chain: 250000 sat
Receive off-chain: 249614 sat Receive off-chain: 249614 sat
Estimated total fee: 386 sat Estimated total fee: 386 sat
@ -266,9 +263,6 @@ We can combine the remaining two deposits in another instant swap by specifying
the `--all` flag: the `--all` flag:
```shell ```shell
./regtest.sh loop static in --all  ✔  12:07:28 ./regtest.sh loop static in --all  ✔  12:07:28
On-chain fees for static address loop-ins are not included.
They were already paid when the deposits were created.
Previously deposited on-chain: 500000 sat Previously deposited on-chain: 500000 sat
Receive off-chain: 499302 sat Receive off-chain: 499302 sat
Estimated total fee: 698 sat Estimated total fee: 698 sat