Skip to content

Commit

Permalink
lightning-network-tools: Update payments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeveloper6952 authored and guggero committed Dec 12, 2021
1 parent bf168d8 commit f08f38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning-network-tools/lnd/payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ This section covers the use of the _SendPaymentV2_ API endpoint, which finds a r
</tr>
<tr>
<td style="text-align:left">outgoing_chan_ids</td>
<td style="text-align:left">The set of your channels that you would like the payment to. This can
<td style="text-align:left">The set of your channels that you would like the payment to go through. This can
be useful for managing your own liquidity, but may affect the success or
fee of the payment if the channels you select don&#x2019;t have a route
to the destination, or have a more expensive one.</td>
Expand All @@ -133,7 +133,7 @@ This section covers the use of the _SendPaymentV2_ API endpoint, which finds a r

### Payment Fees

Nodes in the Lightning Network that route payments on behalf of other nodes charge fees in exchange for the use of their capital. Each node in the network is free to set their fees as they see fit. If you send a multi-hop payment \(ie, a payment that is not to one of the nodes you have a direct channel with\), your will need to pay fees per-hop that the payment uses.
Nodes in the Lightning Network that route payments on behalf of other nodes charge fees in exchange for the use of their capital. Each node in the network is free to set their fees as they see fit. If you send a multi-hop payment \(ie, a payment that is not to one of the nodes you have a direct channel with\), your node will need to pay fees per-hop that the payment uses.

Fee policies are structured with the following parameters:

Expand Down

0 comments on commit f08f38e

Please sign in to comment.