ghost43
ghost43
Thanks for testing. - Is this with default settings on grapheneos, or did you change some settings regarding MTE? (on second reading of the FAQ item, I am unsure if...
Right, this is a bit complex. In short, there are three sources of labels atm, - the `wallet._labels` dictionary - descriptions for "invoices" (send tab) - descriptions for "requests" (receive...
Please provide more details. In what way does it not work? What are you doing exactly, and what happens? Did older versions of Electrum also exhibit the problem?
I've just tested scanning the QR code from your video with the built-in scanner using my phone and it scanned it correctly. Perhaps the issue is specific to some devices...
I couldn't reproduce either, so far. I've tried to break the next/back stack management/cleanup by traversing up and down the navmap and changing between different restore methods but nothing interesting...
> I got this "Unexpected seed type '2fa_segwit' " in Python, when I use `keystore.from_seed` That is expected, `keystore.from_seed` does not support 2fa seeds. A 2fa seed creates a wallet...
related: https://github.com/spesmilo/electrum/issues/6127 https://github.com/spesmilo/electrum/pull/6134
> However, what if the user uses the same wallet (seed) on multiple devices?! Check (2) only works on the device that has the Lightning state for said channel. If...
Several remarks: - a tx cannot have more than one OP_RETURN output, according to current Bitcoin Core [standardness rules](https://github.com/bitcoin/bitcoin/blob/f6fdedf850d10d877316871aacfd5b6656178e70/src/policy/policy.cpp#L151) - so if we want both the current OP_RETURN for onchain...
> - also note that if we use `tx_add_output`, we need to pay for those outputs by adding an input of our own > - see ["Fee Responsibility" section](https://github.com/lightning/bolts/blob/e63afb3cf70a7a9fe0fa14860a1af7976d52c11e/02-peer-protocol.md#fee-responsibility) >...