Oli

Results 563 comments of Oli
trafficstars

I just tried to reproduce this and wasn't able to with 0.15.3. Could you please dump the raw bytes you sent as `multi_chan_backup` in `/v1/channels/backup/restore` into a file and use...

> Error: could not extract multi file: chacha20poly1305: message authentication failed That's usually the message you get when the seed doesn't match the channel backup.

you should be able to convert the `multi_chan_backup` thing using `echo | base64 -d > channel.backup` and then dump it with `chantools`. Was the backup string created with a vanilla/original...

Can you describe the modifications you made? Because the issue is (as I expected) that the pubkey here is not `nil`: ``` ShaChainRootDesc: (dump.KeyDescriptor) { Path: (string) (len=17) "m/1017'/0'/5'/0/0", PubKey:...

Needs a rebase because of a conflict in the release notes.

The problem seems to be the single output that only sends to a channel funding TX, which the wallet doesn't recognize as its own. Wasn't aware this issue was already...

@joostjager I finally found some time to attempt to reproduce this. So far I wasn't able to. Did you only run into this a single time or do you know...

Yes, we should probably open the same issue in Neutrino. I just thought it would get more visibility when opening it in `lnd` (and also because the actual test that...

I took a quick look as well to make sure there's no new issue with remote signing setups. This sounds very weird to me. I cannot really see how the...

Could it be that you got the `err=Synchronizing blockchain` from the remote peer? Or did you try both times with the same remote peer?