mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
schema: Add missing mindepth
argument to fundchannel
This was likely missed during the zeroconf PR. Changelog-None
This commit is contained in:
parent
20b2f0af85
commit
217ce4c03c
@ -390,6 +390,7 @@
|
||||
"FundChannel.id": 9,
|
||||
"FundChannel.minconf": 10,
|
||||
"FundChannel.minconf[]": 4,
|
||||
"FundChannel.mindepth": 12,
|
||||
"FundChannel.push_msat": 5,
|
||||
"FundChannel.request_amt": 7,
|
||||
"FundChannel.utxos[]": 11
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -40,6 +40,10 @@
|
||||
"items": {
|
||||
"type": "outpoint"
|
||||
}
|
||||
},
|
||||
"mindepth": {
|
||||
"description": "Number of confirmations required before we consider the channel active",
|
||||
"type": "u32"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user