Skip to content

Commit

Permalink
fix: do not lowercase caip_10 adresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyniss committed Feb 9, 2024
1 parent 7a20551 commit 0c4a2a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions relay_rpc/src/auth/cacao/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ impl Payload {
self.chain_id_reference()?,
Self::ISS_DELIMITER,
self.address()?
)
.to_lowercase())
))
}

pub fn identity_key(&self) -> Result<String, CacaoError> {
Expand Down

0 comments on commit 0c4a2a8

Please sign in to comment.