Johan T. Halseth

Results 56 comments of Johan T. Halseth

@Crypt-iQ Can you update the PR description to explain why this is still needed now that #3219 is merged?

@34ro Check if your account has been flagged on Travis. if it has you'll have to e-mail them to un-flag it :/

This is no longer blocked by anchor outputs, and can be rebased.

The wallet/fundingmanager already has a `subtractFees` flag that can be used for this purpose: https://github.com/lightningnetwork/lnd/blob/3aca9d24b849822b0c345985f2c4d27cad688b22/lnwallet/wallet.go#L69 It should significantly reduce the complexity of this PR I think.

@bjarnemagnussen I'm not sure I understand the limitation of the current API. If you do a regular channel opening with the `MaxFundingAmt` value, it will open that channel if the...

Reopen to properly set the default value.