-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Pubkey not allowing to convert to string? #56
Comments
use |
No, i just assumed it would work seeing as there's a |
Ah I'll go yell at myself then |
haha, sorry about that. is that an old method? |
Thanks for pointing it out! Yes it's old. Happy to accept a PR to delete it from the pyi file, otherwise will look later this week |
Closed by #57 |
Getting this error:
AttributeError: 'solders.pubkey.Pubkey' object has no attribute 'string'
when my code is:
This error is happening on both 0.14.0 and 0.17.0
The text was updated successfully, but these errors were encountered: