doc: listpeerchannel typo and description fix

Suggested by: @evansmj

In Draft PRs:
7155: doc: Clarify listpeerchannels documentation.
7156: doc: Fix two typos in documentation and schema descriptions
This commit is contained in:
ShahanaFarooqui 2024-05-21 11:16:21 -07:00 committed by Alex Myers
parent abfcc9bc5d
commit 8a0a9a48f1
2 changed files with 4 additions and 4 deletions

View File

@ -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."
],
@ -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": {

View File

@ -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."
],
@ -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": {