Yuya

Results 6 comments of Yuya

@sstone I have the same problem on the mainnet and here is another same issue #43. I believe this is a serious issue because our funds are tied up and...

@kozo-cz In this issue #43 , it cannot close channel because funding transaction was never broadcast, AND the funds in funding transaction has not been released. How were the funds...

@kozo-cz Yes, I know what you mean. When I looked into the outpoint where the funding tx tried to spend, the output is still spendable. However, the channel is stuck...

Invoice can contain on chain addresses in case when payment fails. It would be great if lightning-charge detects the fallback on chain payment and fulfills the invoice.

@dpad85 @pm47 I got same issue. I've post same issue [here](https://github.com/ACINQ/eclair/issues/617) accidentally, so I close that issue and I want to discuss here. > Do you see the funding transaction...

Based on [this code](https://github.com/ElementsProject/lightning/blob/ad3cbed7c28b2d4e9327885f6c3763f8f4acef41/lightningd/onion_message.c#L211) below, it calls onion_message_ourpath hook of plugin fetchinvoice when onion messages contain `our_alias`. Should it call hook of plugin offers when onion messages contain `our_alias` and...