Skip to content

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

Merged
armaniferrante merged 4 commits into
otter-sec:masterfrom
paul-schaaf:lang__fix_missing_ATA_check_initifneeded
Jan 2, 2022
Merged

lang, ts: fix init_if_needed missing ATA address check#1221
armaniferrante merged 4 commits into
otter-sec:masterfrom
paul-schaaf:lang__fix_missing_ATA_check_initifneeded

Conversation

@paul-schaaf

Copy link
Copy Markdown
Contributor

fixes #1220

Comment thread cli/src/config.rs
wallet: shellexpand::tilde(&cfg.provider.wallet).parse()?,
},
scripts: cfg.scripts.unwrap_or_else(BTreeMap::new),
scripts: cfg.scripts.unwrap_or_default(),

Copy link
Copy Markdown
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 otter-sec:master Jan 2, 2022
Otter-0x4ka5h pushed a commit to Otter-0x4ka5h/anchor that referenced this pull request Mar 25, 2026
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