fundchannel: use plugin; delete interior impl

Switch over to using the fundchannel plugin.
This commit is contained in:
lisa neigut
2019-08-28 16:28:26 -05:00
committed by Rusty Russell
parent 548672ea0a
commit a35677fa0f
5 changed files with 9 additions and 608 deletions

View File

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