-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adapted for segwit? #1
Comments
Sure, I'll duplicate this project and add Bech32 encoding/decoding. |
Fantastic! Much appreciated. |
I've uploaded it to https://github.com/DesWurstes/Bech32-Csharp I didn't have time to test it, could you please test it with one or two Bech32 addresses? That should be enough. |
Thanks - I've just tried decoding this address bc1qcash96s5jqppzsp8hy8swkggf7f6agex98an7h and it fails with the error
here:
I called the function with the following values: addr, 0,true, true AND addr, 0, false, true |
I've just uploaded a quick patch, does it work now? |
No, still gives the same error. |
Both encoding and decoding works now. |
Can this be (easily) adapted for Segwit addresses or even could support for Segwit addresses be added to this?
The text was updated successfully, but these errors were encountered: