Skip to content

Commit 6a24d5f

Browse files
authored
fix: do not lowercase caip_10 adresses (#59)
1 parent 7a20551 commit 6a24d5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

relay_rpc/src/auth/cacao/payload.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ impl Payload {
6969
self.chain_id_reference()?,
7070
Self::ISS_DELIMITER,
7171
self.address()?
72-
)
73-
.to_lowercase())
72+
))
7473
}
7574

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

0 commit comments

Comments
 (0)