mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
fundchannel: use plugin; delete interior impl
Switch over to using the fundchannel plugin.
This commit is contained in:
committed by
Rusty Russell
parent
548672ea0a
commit
a35677fa0f
@@ -420,9 +420,8 @@ static void init(struct plugin_conn *rpc,
|
||||
}
|
||||
|
||||
|
||||
// id, satoshi, feerate, announce, minconf, utxos
|
||||
static const struct plugin_command commands[] = { {
|
||||
"fc",
|
||||
"fundchannel",
|
||||
"channels",
|
||||
"Fund channel with {id} using {satoshi} (or 'all'), at optional {feerate}. "
|
||||
"Only use outputs that have {minconf} confirmations.",
|
||||
|
||||
Reference in New Issue
Block a user