-
Notifications
You must be signed in to change notification settings - Fork 911
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
81e7840
commit afd6e41
Showing
13 changed files
with
123 additions
and
26 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ If **last_timestamp** is present: | |
- **color** (hex): The favorite RGB color this node advertized (always 6 characters) | ||
- **features** (hex): BOLT #9 features bitmap this node advertized | ||
- **addresses** (array of objects): The addresses this node advertized: | ||
- **type** (string): Type of connection (one of "ipv4", "ipv6", "torv2", "torv3") | ||
- **type** (string): Type of connection (one of "ipv4", "ipv6", "torv2", "torv3", "dns") | ||
- **address** (string): address in expected format for *type* | ||
- **port** (u16): port number | ||
|
||
|
@@ -50,9 +50,9 @@ If **option_will_fund** is present: | |
- **compact_lease** (hex): the lease as represented in the node_announcement | ||
|
||
[comment]: # (GENERATE-FROM-SCHEMA-END) | ||
|
||
On failure, one of the following error codes may be returned: | ||
|
||
- -32602: Error in given parameters. | ||
|
||
EXAMPLE JSON RESPONSE | ||
|
@@ -87,10 +87,10 @@ Vincenzo Palazzo <<[email protected]>> wrote the initial version o | |
SEE ALSO | ||
-------- | ||
|
||
FIXME: | ||
FIXME: | ||
|
||
RESOURCES | ||
--------- | ||
|
||
Main web site: <https://github.com/ElementsProject/lightning> | ||
[comment]: # ( SHA256STAMP:158477348efb51a8cf71a595b3d76dde545ab6824958c8a32d4b3dbbbe2c8121) | ||
[comment]: # ( SHA256STAMP:6ec13dcde7efe4ec5e5ead8df1a7b8e2915c85b7600283afb5399bb79a5525db) |
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
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
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
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