-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old BTC address format support #570
Comments
It recognises the address and successfully validates it.
when trying to broadcast the transaction it returns the following error:
|
The old format is not recognised when scanning from the balance screen video_2023-10-03_19-26-57.mp4 |
[Edit ] We need to make sure that
|
On SDK level, they work. I tested sending to all 4 a few days ago. |
Awesome, in that case it's must be an issue in how we handle it when scanning. |
This can be an issue on it's own since it is tied to bip 21(https://bitcoinqr.dev/). Though not sure if this is something we should add here in c-breez or add to the breez-sdk. |
I see two different things here:
|
The SDK accepts "bitcoin:..." addresses as valid and removes the prefix in the returned It does the same for other BIP-21 URI params, like label or amount. |
@Nackoo2000 Can you confirm the address with "bitcoin:" prefix are working for you? On my tests it is working after the changes on #665 |
Yes all good. |
We need to support sending to the old format of the BTC address.
The text was updated successfully, but these errors were encountered: