Skip to content

Force-closed channel balance not returned to wallet #1141

@mkke

Description

@mkke

Background

A channel I opened was force-closed by remote end (on 2018-04-11), but the balance hasn't yet returned to the wallet. Funding txid is a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:

    {
        "tx_hash": "a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7",
        "amount": "-2763952",
        "num_confirmations": 2714,
        "block_hash": "000000000000000000048a7fc0e4cc81f4f96379364d05a2d613549c05f25af1",
        "block_height": 517441,
        "time_stamp": "1523314110",
        "total_fees": "1377",
        "dest_addresses": [
            "bc1qt6khw0xtlkl4kwyzhz9ufur9n9zqef66ls92sm",
            "bc1qnlcv99v5kr55w0a9ycdha58spgctldxtzsutp7hvp2xvn2gdnjdqkgafd3"
        ]
    },

Last log entries are:

[INF] NTFN: Dispatching spend notification for outpoint=a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1
[WRN] CNCT: Unprompted commitment broadcast for ChannelPoint(a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1) 
[INF] CNCT: Unilateral close of ChannelPoint(a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1) detected
[WRN] HSWC: Remote peer has closed ChannelPoint(a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1) on-chain
[INF] HSWC: ChannelLink(a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1) has exited
[INF] CNCT: ChannelArbitrator(a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1): remote party has closed channel out on-chain
[INF] CNCT: ChannelArbitrator(a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1): contract resolutions empty, exiting
[INF] CNCT: Marking ChannelPoint(a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1) fully resolved
[INF] PEER: ChannelPoint(a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1) has been breached, wiping channel
[INF] HSWC: ChannelLink(a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7:1) is stopping

I tried the new wallet recovery procedure, but it wasn't picked up.

Your environment

  • Linux bitcoin 4.9.0-5-amd64 Fix name typo in README #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64 GNU/Linux
  • bitcoin-0.16.0-x86_64-linux

Channel was created with lnd Version 0.4.1-beta commit=13945de8060ad42e077988c1cf69e205dc11e528.

Steps to reproduce

Lnd was restarted while the funding was running.

Expected behaviour

Balance returned to wallet.

Actual behaviour

Channel disappears from channel list, but balance not returned.

I'm attaching log entries containing the txid:
a47291f7a68adfdb6c58c81d4a7c4f9772159c1814c9f0769f16601a9e07fcc7.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions