Background
I have two nodes, a LND one and a C-Lightning one. I try to open a channel from C-Lightning to LND, and I get the following error right after the 3 confirmations:
Channel ID: 598315x1745x0
Full Channel ID: e2fec018c84aaef708473a9f59a2a6774823aafc2614f324c17ed721345e5fa3
Status: ONCHAIN
Ours: 4,455,440 sat
Theirs: 0 sat
Age: 6 blocks (an hour)
Peer: 0354d80bcc05fc30b0d867238d83645b68b326c59f05303be14c87bcf4e84bd9c9 (connected)
Funding TXID: a35f5e3421d77ec124f31426fcaa234877a6a2599f3a4708f7ae4ac818c0fee2
CHANNELD_NORMAL:Received error from peer:
channel e2fec018c84aaef708473a9f59a2a6774823aafc2614f324c17ed721345e5fa3:
rejected commitment: commit_height=1,
invalid_commit_sig=304402200f62b3f84f5a4c3cd5aa62b9fc2cfde5262a121bb05b7c9125eeecdb3678411f02203104870ef673a8dcdb31cec266407a650fa97350741383cd0c4179ca360c4c0e,
commit_tx=0200000001e2fec018c84aaef708473a9f59a2a6774823aafc2614f324c17ed721345e5fa30000000000cd705e8001d8f94300000000001600142c1f8af10692be63da20098b76a00e0347b8eabbd034d020,
sig_hash=aff607ba43671a5e7b2d2c1e589515253ebee576077330afe1e0b70d4eae9899
ONCHAIN:Tracking their unilateral close
I can provide any additional information you ask.
My environment
- lnd version 0.8.0-beta commit=v0.8.0-beta-rc2
- Linux arm (Raspian)
- Bitcoin Core v0.18.1
- C-Lightning v0.7.2.1
lncli getinfo
{
"version": "0.8.0-beta commit=v0.8.0-beta-rc2",
"identity_pubkey": "0354d80bcc05fc30b0d867238d83645b68b326c59f05303be14c87bcf4e84bd9c9",
"alias": "cheese",
"color": "#3399ff",
"num_pending_channels": 1,
"num_active_channels": 0,
"num_inactive_channels": 0,
"num_peers": 6,
"block_height": 598323,
"block_hash": "0000000000000000001438e86c309bc986e74357e3018e31ed0d27685b1741d2",
"best_header_timestamp": 1570466806,
"synced_to_chain": true,
"synced_to_graph": false,
"testnet": false,
"chains": [
{
"chain": "bitcoin",
"network": "mainnet"
}
],
"uris": [
"0354d80bcc05fc30b0d867238d83645b68b326c59f05303be14c87bcf4e84bd9c9@94.177.171.73:9732"
]
}
Background
I have two nodes, a LND one and a C-Lightning one. I try to open a channel from C-Lightning to LND, and I get the following error right after the 3 confirmations:
I can provide any additional information you ask.
My environment