-
Notifications
You must be signed in to change notification settings - Fork 20
interface: Fix spelling #25
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
316eabb
to
9b7b2f5
Compare
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.
Looks good, the lockfile change is set to happen soon anyway
Cargo.lock
Outdated
[[package]] | ||
name = "token-interface" | ||
version = "0.0.0" | ||
dependencies = [ | ||
"pinocchio", | ||
"pinocchio-pubkey", | ||
] | ||
|
||
[[package]] | ||
name = "token-program" | ||
version = "0.0.0" | ||
dependencies = [ | ||
"assert_matches", | ||
"pinocchio", | ||
"pinocchio-log", | ||
"solana-program-test", | ||
"solana-sdk", | ||
"spl-token 4.0.2", | ||
"test-case", | ||
"token-interface", | ||
] | ||
|
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.
Was this change intended?
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.
Nope, I did the rebase so now there are no changes to the cargo lock.
Problem
There are spelling errors on the interface crate.
Solution
Fix the spelling issues.