Skip to content

Commit

Permalink
doc: listpeerchannel typo and description fix
Browse files Browse the repository at this point in the history
Suggested by: @evansmj

In Draft PRs:
7155: doc: Clarify listpeerchannels documentation.
7156: doc: Fix two typos in documentation and schema descriptions
  • Loading branch information
ShahanaFarooqui authored and endothermicdev committed May 21, 2024
1 parent abfcc9b commit 8a0a9a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/msggen/msggen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19294,7 +19294,7 @@
"rpc": "listpeerchannels",
"title": "Command returning data on channels of connected lightning nodes",
"description": [
"The **listpeerchannels** RPC command returns data on channels of the network, with the possibility to filter the channels by node id.",
"The **listpeerchannels** RPC command returns list of this node's channels, with the possibility to filter them by peer's node id.",
"",
"If no *id* is supplied, then channel data on all lightning nodes that are connected, or not connected but have open channels with this node, are returned."
],
Expand Down Expand Up @@ -19674,7 +19674,7 @@
"type": "integer",
"added": "v23.08",
"description": [
"The amouont of sats we're splicing in or out."
"The amount of sats we're splicing in or out."
]
},
"our_funding_msat": {
Expand Down
4 changes: 2 additions & 2 deletions doc/schemas/lightning-listpeerchannels.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rpc": "listpeerchannels",
"title": "Command returning data on channels of connected lightning nodes",
"description": [
"The **listpeerchannels** RPC command returns data on channels of the network, with the possibility to filter the channels by node id.",
"The **listpeerchannels** RPC command returns list of this node's channels, with the possibility to filter them by peer's node id.",
"",
"If no *id* is supplied, then channel data on all lightning nodes that are connected, or not connected but have open channels with this node, are returned."
],
Expand Down Expand Up @@ -386,7 +386,7 @@
"type": "integer",
"added": "v23.08",
"description": [
"The amouont of sats we're splicing in or out."
"The amount of sats we're splicing in or out."
]
},
"our_funding_msat": {
Expand Down

0 comments on commit 8a0a9a4

Please sign in to comment.