solana-labs/solana
View on GitHub`solana stakes <vote pubkey>` should cleanly handle a non-vote pubkey
Open
#8,441 opened on Feb 25, 2020
good first issue
Repository metrics
- Stars
- (12,651 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
solana stakes <identity pubkey> or solana stakes <does not exist pubkey> all silently return nothing.
Lets:
- If possible make
solana stakes <identity pubkey>report the stakes from the corresponding vote account solana stakes <does not exist pubkey>report that the account was not foundsolana stakes <some other account pubkey>report that the account is invalid