This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
forked from dart-bitcoin/bitcoin_flutter
-
Notifications
You must be signed in to change notification settings - Fork 4
address validation of bech32 address fails #3
Comments
The issue is here, It is the bech32 dependency being used. |
hotfix: I've verified that this hotfix works. It requires a change in dependencies for bitcoin_flutter. Currently pointing it to my own repository but would prefer we perhaps publish an updated package on pub.dev Steps to test:
|
Can we merge in this bech32 lib into the bitcoin_flutter and make it support all encoded networks? |
Or I could investigate and make the bech32 lib better. ;) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
message:"tpc1qeh9ylqyhfdvkw0kclk7mul6p245a7zsamwcnkx has no matching Script"
bech32 addresses will be marked as invalid in the UI since Address.validateAddress will return false
The text was updated successfully, but these errors were encountered: