Skip to content

Commit

Permalink
docs: Fix openchannel_abort generated JSON schema.
Browse files Browse the repository at this point in the history
Changelog-None
  • Loading branch information
s373nZ authored and ShahanaFarooqui committed Oct 25, 2024
1 parent 9c5e1ca commit 3a363df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/msggen/msggen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26645,7 +26645,7 @@
"rpc": "openchannel_abort",
"title": "Command to abort a channel to a peer",
"description": [
"`openchannel_init` is a low level RPC command which initiates a channel open with a specified peer. It uses the openchannel protocol which allows for interactive transaction construction."
"`openchannel_abort` is a low level RPC command which initiates an abort for specified channel. It uses the openchannel protocol which allows for interactive transaction construction."
],
"request": {
"required": [
Expand Down

0 comments on commit 3a363df

Please sign in to comment.