Issue and Steps to Reproduce
As an attempt to do what #1936 aims to streamline:
- Run
lightning-cli fundchannel_start
- Create & broadcast BTC transaction
- Run
lightning-cli fundchannel_complete with non-zero delay
getinfo output
{
"id": "032260c3b64b471b7eb0630b4af5d07ca94ff4e759573cbbe1bfb25845c375ed6e",
"alias": "lncm-dm-1",
"color": "ef4e91",
"num_peers": 32,
"num_pending_channels": 19,
"num_active_channels": 13,
"num_inactive_channels": 0,
"address": [
{
"type": "ipv4",
"address": "203.150.177.97",
"port": 9735
},
{
"type": "torv3",
"address": "o3s5j4j37nbyzgvbngn3ahpmttvviyensw34klhqzw7in7vfzz646lqd.onion",
"port": 9735
}
],
"binding": [
{
"type": "ipv4",
"address": "192.168.0.201",
"port": 9735
},
{
"type": "ipv4",
"address": "127.0.0.1",
"port": 9735
}
],
"version": "v0.7.1",
"blockheight": 591066,
"network": "bitcoin",
"msatoshi_fees_collected": 2083,
"fees_collected_msat": "2083msat"
}
More details here: https://bitcoin.stackexchange.com/q/89817/9223
Some thoughts:
PS. Funds still stuck here: 1e643a835a9d1b0d2d0066bfaec516e2f8c282f8968dc74c12c2e430c8be9721
Issue and Steps to Reproduce
As an attempt to do what #1936 aims to streamline:
lightning-cli fundchannel_startlightning-cli fundchannel_completewith non-zero delaygetinfooutput{ "id": "032260c3b64b471b7eb0630b4af5d07ca94ff4e759573cbbe1bfb25845c375ed6e", "alias": "lncm-dm-1", "color": "ef4e91", "num_peers": 32, "num_pending_channels": 19, "num_active_channels": 13, "num_inactive_channels": 0, "address": [ { "type": "ipv4", "address": "203.150.177.97", "port": 9735 }, { "type": "torv3", "address": "o3s5j4j37nbyzgvbngn3ahpmttvviyensw34klhqzw7in7vfzz646lqd.onion", "port": 9735 } ], "binding": [ { "type": "ipv4", "address": "192.168.0.201", "port": 9735 }, { "type": "ipv4", "address": "127.0.0.1", "port": 9735 } ], "version": "v0.7.1", "blockheight": 591066, "network": "bitcoin", "msatoshi_fees_collected": 2083, "fees_collected_msat": "2083msat" }More details here: https://bitcoin.stackexchange.com/q/89817/9223
Some thoughts:
Perhaps
fundchannel_completecould be renamed to something along the lines of:_commit_ensure_preconfirm_confirm_confirmcommitPerhaps wording in
help fundchannel_completeshould be changed to:PS. Funds still stuck here:
1e643a835a9d1b0d2d0066bfaec516e2f8c282f8968dc74c12c2e430c8be9721