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

invalid charm palindrome running wallet balance #4103

Closed
mvdnbrk opened this issue Nov 25, 2024 · 3 comments
Closed

invalid charm palindrome running wallet balance #4103

mvdnbrk opened this issue Nov 25, 2024 · 3 comments

Comments

@mvdnbrk
Copy link
Contributor

mvdnbrk commented Nov 25, 2024

ord wallet --name <NAME> balance

gives an error:

error: invalid charm `palindrome` at line 1 column 99

Guess that palindrome should be added here:

fn from_str(s: &str) -> Result<Self, Self::Err> {
Ok(match s {
"burned" => Self::Burned,
"coin" => Self::Coin,
"cursed" => Self::Cursed,
"epic" => Self::Epic,
"legendary" => Self::Legendary,
"lost" => Self::Lost,
"mythic" => Self::Mythic,
"nineball" => Self::Nineball,
"rare" => Self::Rare,
"reinscription" => Self::Reinscription,
"unbound" => Self::Unbound,
"uncommon" => Self::Uncommon,
"vindicated" => Self::Vindicated,
_ => return Err(format!("invalid charm `{s}`")),
})
}
}

@casey
Copy link
Collaborator

casey commented Nov 26, 2024

Whoops, thanks for reporting this!

@mvdnbrk
Copy link
Contributor Author

mvdnbrk commented Dec 3, 2024

Can you deploy a patch release please?

@casey
Copy link
Collaborator

casey commented Dec 10, 2024

Sorry for the wait! 0.22.0 on its way: #4125

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

No branches or pull requests

2 participants