Jordi Montes

Results 48 comments of Jordi Montes

I will pick this one. Until these fields are exposed in the `openchannel` API I would recommend you to set really high fees by default. That would help to ensure...

@TheBlueMatt just checking: the [type](https://github.com/lightning/bolts/blob/master/01-messaging.md#the-error-and-warning-messages) for those messages is set to `1`?

I will try to replicate it locally but for the logs it looks like the message was really parsed as [error](https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/link.go#L2074) and not a [warning](https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/link.go#L2070) @C-Otto do you do a...

I tried to replicate it, unsuccessfully, in the main branch + added a test for it #6805 I noticed that it is tagged for v0.16.0 BUT if @C-Otto is running...

Did you started using the new code yesterday AFTER the force close? If so this solves the case. Next warning message should not trigger any force close/channel failure.

@JssDWt yes, some tests are flaky + the travis thing is not your fault. There is already a [PR](https://github.com/lightningnetwork/lnd/pull/6893) fixing the travis ci step + the steps that are a...

Ready for a second pass @Roasbeef @guggero Main changes: - Asker has a new field to specify which market s/he is interested selling the liquidity in - New channel acceptor...

Hello @konaboy123, you can perform an account recovery using the grpc interface. More info [here](https://docs.lightning.engineering/lightning-network-tools/lightning-terminal/troubleshooting#pool-account-recovery)