diff --git a/waku/waku_keystore/protocol_types.nim b/waku/waku_keystore/protocol_types.nim index 96c19f50e..d3eca46b8 100644 --- a/waku/waku_keystore/protocol_types.nim +++ b/waku/waku_keystore/protocol_types.nim @@ -62,7 +62,7 @@ proc toIdentityCredentials*( @(hexToUint[CredentialByteSize](groupKeys[i][2]).toBytesLE()) ) idCommitment = - IDCommitment(@(hexToUint[CredentialByteSize](groupKeys[i][3]).toBytesLE())) + IDCommitment(@(hexToUint[CredentialByteSize](groupKeys[i][3]).toBytesBE())) groupIdCredentials.add( IdentityCredential( idTrapdoor: idTrapdoor,