-
Notifications
You must be signed in to change notification settings - Fork 974
Description
When I tried to open a channel with a node connected by fundchannel, I got an error.
Despite the error, when I checked the status in listfunds, I found that reserved was set to true.
I then shut down the node, so fundchannel_cancel did not work properly.
How can I set reserved to false?
getinfo output
{
"id": "id",
"alias": "SLIMYTOTE",
"color": "026c2c",
"num_peers": 0,
"num_pending_channels": 0,
"num_active_channels": 0,
"num_inactive_channels": 0,
"address": [
{
"type": "torv3",
"address": "onion address",
"port": 9735
}
],
"binding": [
{
"type": "ipv4",
"address": "127.0.0.1",
"port": 9735
}
],
"version": "v0.10.0rc2-3-gcbde1f8",
"blockheight": 678322,
"network": "bitcoin",
"msatoshi_fees_collected": 0,
"fees_collected_msat": "0msat",
"lightning-dir": "/home/[username]/.lightning/bitcoin"
}