MutinyWallet / mutiny-web

The frontend for Mutiny Wallet
https://app.mutinywallet.com
MIT License
179 stars 60 forks source link

Show TXID for force closed channels #741

Open TonyGiorgio opened 1 year ago

benalleng commented 1 year ago

Do you mean in the channel close activity item?

image

since the channel close activity is more like an internal notfication should we combine the close announcement with the on-chain sweep?

image

TonyGiorgio commented 1 year ago

The problem is the sweep is delayed. And could be delayed for awhile. Need some way to check up on the close txid in the mempool.

benalleng commented 1 year ago

right, so when it does finally show up we would want to consolidate that informtaion from the sweep into the channel close activity item?

benalleng commented 1 year ago

damn close with comment button :man_facepalming:

benthecarman commented 1 year ago

This needs mutiny node changes first, ldk does not give you the closing tx when you get a channel closed event.

https://github.com/lightningdevkit/rust-lightning/issues/2772