doc: Fix wrong_funding description in manpage and type in schema

This commit is contained in:
Kristaps Kaupe
2022-07-20 13:29:56 +03:00
committed by Christian Decker
parent 0868fa9f1e
commit 775d6ba193
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -23,7 +23,7 @@
"description": ""
},
"wrong_funding": {
"type": "txid",
"type": "outpoint",
"description": ""
},
"force_lease_closed": {