chore: fix accessor

This commit is contained in:
Danish Arora 2025-05-19 16:23:40 +05:30
parent 10aadbe2c8
commit 6d86b6f011
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -33,7 +33,7 @@ export class RLNBaseContract {
/**
* Private constructor for RLNBaseContract. Use static create() instead.
*/
private constructor(options: RLNContractInitOptions) {
protected constructor(options: RLNContractInitOptions) {
const {
address,
signer,