Skip to content

Commit

Permalink
remove unneeded conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-burnt committed Aug 12, 2024
1 parent b01e76e commit 5790d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/account/src/auth/jwt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub fn verify(

let query_bz = query.to_bytes()?;
deps.querier.query_grpc(
String::from("/xion.jwk.v1.Query/ValidateJWT".to_string()),
String::from("/xion.jwk.v1.Query/ValidateJWT"),
Binary::new(query_bz),
)?;

Expand Down

0 comments on commit 5790d60

Please sign in to comment.