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")
|
"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): ")
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue