mempoolco / spruned

A Bitcoin-without-Blockchain client w/ RPC that can fetch any block or transaction
MIT License
170 stars 35 forks source link

Drop unsuccesful channels #67

Closed ghost closed 6 years ago

ghost commented 6 years ago

Not sure if this issue is with spruned or c-lighting or the combination of both. An unsuccesfull channel funding, which tx id is not to be found in the Bitcoin mempool gives the c-lightning balance an 'unconfirmed' status. Opening new channels is impossible because of this.

Sending lightning payments is also blocked as it thinks it is waiting for confirmations.

ghost commented 6 years ago

Closed the channel through the peer_id. Hopefully the original on chain input will show confirmed again.