-
Notifications
You must be signed in to change notification settings - Fork 106
refactor(tui): enhance airdrop messages on startup #297
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
Conversation
… support and updating return values
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
lgalabru
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, thanks @BretasArthur1!
…loaded status in return values
crates/cli/src/cli/mod.rs
Outdated
| } | ||
| false => { | ||
| errors.push(format!( | ||
| "No keypair found at provided path {}; skipping airdrops;", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the user provides 3 keypairs and 2 of them are invalid, this will log:
No keypair found at provided path {}; skipping airdrops;
No keypair found at provided path {}; skipping airdrops;
Genesis airdrop for {} successfulIt's weird we're saying "skipping" when we're not necessarily skipping
…ariables and improving event logging
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
No description provided.