mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 06:54:30 +01:00
doc: Fix wrong_funding description in manpage and type in schema
This commit is contained in:
committed by
Christian Decker
parent
0868fa9f1e
commit
775d6ba193
@@ -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
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"description": ""
|
||||
},
|
||||
"wrong_funding": {
|
||||
"type": "txid",
|
||||
"type": "outpoint",
|
||||
"description": ""
|
||||
},
|
||||
"force_lease_closed": {
|
||||
|
||||
Reference in New Issue
Block a user