Skip to content

Commit

Permalink
fix helium mobile sp name
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 3, 2024
1 parent 54c4c85 commit e9b7f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/reward_shares.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ impl ServiceProviderShares {

fn entity_key_to_service_provider(key: &str) -> anyhow::Result<ServiceProvider> {
match key {
"helium_mobile" => Ok(ServiceProvider::HeliumMobile),
"Helium Mobile" => Ok(ServiceProvider::HeliumMobile),
_ => bail!("invalid service provider name"),
}
}
Expand Down

0 comments on commit e9b7f8e

Please sign in to comment.