-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unknown address type #1406
Comments
Found the bug. It calls btcutil.DecodeAddress(addrStr, &chaincfg.MainNetParams) instead of &chaincfg.TestNet3Params
|
I have the same issue. This issue seems not to be fixed yet. Is there any workaround now? |
I also just experienced this issue. Would be good to see this re-opened. |
Fixed by #1467 |
Closing as per #1467. Feel free to reopen if this is still an issue @domgolonka |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to connect using the RPCCLIENT on a testnet. Whenever I call GetNewAddress or GetAccountAddress
It always shows the err "unknown address type" even though the account exists:
The text was updated successfully, but these errors were encountered: