File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.\n They were already paid when the deposits " +
335- "were created.\n \n " )
336- }
337-
338332 printQuoteInResp (req , resp , verbose )
339333
340334 fmt .Printf ("\n CONTINUE SWAP? (y/n): " )
Original file line number Diff line number Diff line change @@ -227,9 +227,6 @@ Let's list the deposits in the loop client:
227227These 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-
233230Previously deposited on-chain: 250000 sat
234231Receive off-chain: 249614 sat
235232Estimated total fee: 386 sat
@@ -266,9 +263,6 @@ We can combine the remaining two deposits in another instant swap by specifying
266263the `--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-
272266Previously deposited on-chain: 500000 sat
273267Receive off-chain: 499302 sat
274268Estimated total fee: 698 sat
You can’t perform that action at this time.
0 commit comments