forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce1a2f1
commit 4507203
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,10 @@ The objects in the *channels* array will have at least these fields: | |
a number followed by a string unit. | ||
* *total\_msat*: A string describing the total capacity of the channel; | ||
a number followed by a string unit. | ||
* *fee_base_msat*: The fixed routing fee we charge for forwards going out over | ||
this channel, regardless of payment size. | ||
* *fee_proportional_millionths*: The proportional routing fees in ppm (parts- | ||
per-millionths) we charge for forwards going out over this channel. | ||
* *features*: An array of feature names supported by this channel. | ||
|
||
These fields may exist if the channel has gotten beyond the `"OPENINGD"` | ||
|
@@ -238,7 +242,8 @@ Michael Hawkins <<[email protected]>>. | |
SEE ALSO | ||
-------- | ||
|
||
lightning-connect(7), lightning-fundchannel\_start(7) | ||
lightning-connect(7), lightning-fundchannel\_start(7), | ||
lightning-setchannelfee(7) | ||
|
||
RESOURCES | ||
--------- | ||
|