Skip to content
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

fix(solana): pubkey length varies from 32 to 44 characters #6842

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

UncleBill
Copy link
Contributor

@UncleBill UncleBill commented Jul 21, 2022

The public key is a long string of base58 characters. Its length varies
from 32 to 44 characters.

https://docs.solana.com/cli/transfer-tokens#receive-tokens

> The public key is a long string of base58 characters. Its length varies
from 32 to 44 characters.

https://docs.solana.com/cli/transfer-tokens#receive-tokens
@UncleBill UncleBill force-pushed the fix/solana-address-checking branch from 6656d26 to 98d2b49 Compare July 21, 2022 03:59
@github-actions
Copy link
Contributor

@github-actions github-actions bot temporarily deployed to pull request July 21, 2022 04:05 Inactive
@UncleBill UncleBill merged commit a26492b into develop Jul 21, 2022
@UncleBill UncleBill deleted the fix/solana-address-checking branch July 21, 2022 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants