Skip to content

Commit

Permalink
doc: Fix wrong_funding description in manpage and type in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Jul 22, 2022
1 parent e70729b commit b28a116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/lightning-close.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ we quickly accept the peer's proposal.

The default is "50%".

*wrong_funding_txid* can only be specified if both sides have offered
*wrong_funding* can only be specified if both sides have offered
the "shutdown_wrong_funding" feature (enabled by the
**experimental-shutdown-wrong-funding** option): it must be a
transaction id followed by a colon then the output number. Instead of
Expand Down
2 changes: 1 addition & 1 deletion doc/schemas/close.request.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"description": ""
},
"wrong_funding": {
"type": "txid",
"type": "outpoint",
"description": ""
},
"force_lease_closed": {
Expand Down

0 comments on commit b28a116

Please sign in to comment.