ghost43
ghost43
note: https://github.com/spesmilo/electrum/issues/8533 is conceptually similar
> It would also be nice to know what the value of `max_accepted_htlcs` of the remote node config. In the console tab, type the following: `[c.config[1].max_accepted_htlcs for c in channels]`...
> [(5, 483)] Hmm you must have opened that channel a long time ago, we increased the locally chosen value from 5 to 30 in version 4.1 (https://github.com/spesmilo/electrum/commit/762ebb12b253dd53517dbd99b13efcc0e0168b05).
We should make the code smarter though, to realise that it should not split the payment into more parts if the channel cannot carry more HTLCs. And at the same...
note: as temporary workaround, you can effectively disable the too eager splitting introduced in that commit by running `wallet.lnworker.MPP_SPLIT_PART_FRACTION = 1` in the console (but this does not persist through...
> your suggestion resulted in electrum crashing while sending, and it offering me the privilege to send bug report. Which i did. I can't see a related new issue, it...
> but should this not already be in your knowledge as i sent the bug report electrum asked me to send? There are a lot of reports, which then get...
It is privacy-sensitive, but not security-sensitive. You can send email it to me if you want.
I had looked at your log but I could not really see anything interesting in it :/ You are trying to send 10 mBTC, which is quite a lot for...
Interesting that all reports are from macOS. This looks to me to be a bug of sqlite (or cpython) on macOS. Electrum 4.5.0 now uses python 3.10 for the mac...