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

lang, ts: fix init_if_needed missing ATA address check #1221

Conversation

paul-schaaf
Copy link
Contributor

fixes #1220

@@ -422,7 +422,7 @@ impl FromStr for Config {
cluster: cfg.provider.cluster.parse()?,
wallet: shellexpand::tilde(&cfg.provider.wallet).parse()?,
},
scripts: cfg.scripts.unwrap_or_else(BTreeMap::new),
scripts: cfg.scripts.unwrap_or_default(),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy wanted this

@paul-schaaf paul-schaaf changed the title lang, ts: init_if_needed missing ATA address check lang, ts: fix init_if_needed missing ATA address check Jan 2, 2022
@armaniferrante armaniferrante merged commit b3720a0 into coral-xyz:master Jan 2, 2022
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.

lang: init_if_needed does not check ATA address correctly if init is not needed
2 participants