diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json index 53bec44daed3..ded1e4e22c52 100644 --- a/contrib/msggen/msggen/schema.json +++ b/contrib/msggen/msggen/schema.json @@ -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": { diff --git a/doc/schemas/lightning-listpeerchannels.json b/doc/schemas/lightning-listpeerchannels.json index d9f76e718864..6f63deb65812 100644 --- a/doc/schemas/lightning-listpeerchannels.json +++ b/doc/schemas/lightning-listpeerchannels.json @@ -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": {