-
Notifications
You must be signed in to change notification settings - Fork 11
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
Address validation in Spectrum #11
Comments
For every address you have a derivation path and wallet descriptor, so what's the problem? |
If someone enters an invalid address in Specter Desktop when sending Bitcoin Core currently throws an error. What prevents sth. like this in Spectrum? |
It must be converted to script during PSBT creation, so if embit can't decode the address rpc call will fail. |
Thanks, good point. Will check with the network. |
Status QuospectrumIn
Bitcoin CoreAfter passing the stupidity test, we get a SpecterError which comes from a RPC-Error: ToDoI guess we need to catch the |
How will the address validation in Spectrum work without Bitcoin Core code in the background?
The text was updated successfully, but these errors were encountered: