mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 15:23:12 +00:00
fix: use overloaded function call
This commit is contained in:
parent
061771a739
commit
e5ef13472c
@ -432,7 +432,7 @@ export class RLNBaseContract {
|
||||
idCommitmentBigInt: bigint,
|
||||
eraseFromMembershipSet: boolean = true
|
||||
): Promise<ethers.ContractTransaction> {
|
||||
const tx = await this.contract.eraseMemberships(
|
||||
const tx = await this.contract["eraseMemberships(uint256[],bool)"](
|
||||
[idCommitmentBigInt],
|
||||
eraseFromMembershipSet
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user