mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-14 11:43:10 +00:00
chore: fix accessor
This commit is contained in:
parent
10aadbe2c8
commit
6d86b6f011
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user