Oli

Results 559 comments of Oli
trafficstars

> You mentioned a "[byte reverse order problem](https://github.com/lightninglabs/pool/pull/395#discussion_r1022576738)", what is that? By [convention](https://bitcoin.stackexchange.com/questions/2063/why-does-the-bitcoin-protocol-use-the-little-endian-notation) the ID of a transaction (a.k.a. TXID) is the little endian representation of its SHA256 hash. Which...

Hi @RichardPet. While looking through the issues in this repo, I noticed you never got an answer to your issue... Were you able to resolve this over another communication channel...

There have been several fixes for this, yes. Are you on the latest version of Loop?

Okay, that is recent enough. Then I'm afraid you have to check the Loop logs to see why your daemon didn't pull the HTLC on chain. If the 30k sats...

No, that's the first thing we checked. We actually never switched to the "correct" BIP-32 derivation yet in `lnd`, since a migration is quite tricky. So all keys derived should...

Re-opening since one part is still missing (will link when PR is up).

Replaced by/included in https://github.com/lightningnetwork/lnd/pull/7689, original commit author credits are preserved.

Replaced by/included in https://github.com/lightningnetwork/lnd/pull/7689, original commit author credits are preserved.

This should be fixed with `v0.18.0` which is coming soon. Was fixed with https://github.com/lightningnetwork/lnd/pull/8378. @alexbosworth since this explicitly mentions `FundPsbt`, do you think we can close this issue?