Skip to content

Commit d644094

Browse files
committed
cmd/loop: drop misleading static loop-in fee warning
1 parent e338da7 commit d644094

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

cmd/loop/main.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,6 @@ func displayInDetails(req *looprpc.QuoteRequest,
329329
"wallet.\n\n")
330330
}
331331

332-
if req.DepositOutpoints != nil {
333-
fmt.Printf("On-chain fees for static address loop-ins are not " +
334-
"included.\nThey were already paid when the deposits " +
335-
"were created.\n\n")
336-
}
337-
338332
printQuoteInResp(req, resp, verbose)
339333

340334
fmt.Printf("\nCONTINUE SWAP? (y/n): ")

regtest/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ Let's list the deposits in the loop client:
227227
These deposits can now be instantly swapped. Let's use the first one:
228228
```shell
229229
./regtest.sh loop static in --utxo 5405e5cae38f9e4e193f7b5442dd005273e2e1fab8687c42a505c1a333e8884f:0
230-
On-chain fees for static address loop-ins are not included.
231-
They were already paid when the deposits were created.
232-
233230
Previously deposited on-chain: 250000 sat
234231
Receive off-chain: 249614 sat
235232
Estimated total fee: 386 sat
@@ -266,9 +263,6 @@ We can combine the remaining two deposits in another instant swap by specifying
266263
the `--all` flag:
267264
```shell
268265
./regtest.sh loop static in --all  ✔  12:07:28
269-
On-chain fees for static address loop-ins are not included.
270-
They were already paid when the deposits were created.
271-
272266
Previously deposited on-chain: 500000 sat
273267
Receive off-chain: 499302 sat
274268
Estimated total fee: 698 sat

0 commit comments

Comments
 (0)