Skip to content

Unreserved outputs #4474

@dmamira

Description

@dmamira

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions