Benjamin Phạm-Bachelart
Benjamin Phạm-Bachelart
Same issue on Android 12, device Samsung S10E
> @talvasconcelos is this PR still relevant? In my opinion yes, the following issue #1655 is still present and makes lnbits unusable out-of-the-box with current cliche wallet code.
If LNbits depends that much on other wallets app, then why not just develop a LNbits android/ios companion app then? It makes more sense in my opinion.
> add NFC Boltcard compatibility @ElucGeek I'm not sure to understand, make OBW able to withdraw funds from a NFC Boltcard?
Was it tested? I might have time to test this weekend, and maybe provide a PR if this ones is not ok, but I think this is **not** going to...
To clarify my previous comment, it might work but not the expected way where phoenixd actually processes the `description_hash`
in `lnbits/wallets/phoenixd.py` ```py if description_hash or unhashed_description: raise UnsupportedError("description_hash") ``` Commenting those 2 lines seems to solve the problem, but this might need further tests.
How about some async coroutines?
@steveboi123 I've just discovered this repo yesterday, I might try to make an async coroutine to read some notes, I'll keep you updated here if I manage to do it...