Skip to content

Commit 6d86b6f

Browse files
chore: fix accessor
1 parent 10aadbe commit 6d86b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rln/src/contract/rln_base_contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class RLNBaseContract {
3333
/**
3434
* Private constructor for RLNBaseContract. Use static create() instead.
3535
*/
36-
private constructor(options: RLNContractInitOptions) {
36+
protected constructor(options: RLNContractInitOptions) {
3737
const {
3838
address,
3939
signer,

0 commit comments

Comments
 (0)