schema: Add missing mindepth argument to fundchannel

This was likely missed during the zeroconf PR.

Changelog-None
This commit is contained in:
Christian Decker 2022-07-14 11:14:29 +02:00 committed by Rusty Russell
parent 20b2f0af85
commit 217ce4c03c
6 changed files with 5 additions and 0 deletions

View File

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

View File

@ -40,6 +40,10 @@
"items": {
"type": "outpoint"
}
},
"mindepth": {
"description": "Number of confirmations required before we consider the channel active",
"type": "u32"
}
}
}