mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 13:43:06 +00:00
stop double conversion
This commit is contained in:
parent
950def143b
commit
87d4c6fc05
@ -174,8 +174,7 @@ export class RLNContract {
|
||||
rlnInstance.insertMember(idCommitment);
|
||||
this._members.set(index.toNumber(), {
|
||||
index,
|
||||
idCommitment:
|
||||
_idCommitment?._hex || ethers.utils.hexlify(idCommitment),
|
||||
idCommitment: _idCommitment?._hex,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user