We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5991e8 commit 1115d77Copy full SHA for 1115d77
1 file changed
src/OceanNode.ts
@@ -70,7 +70,7 @@ export class OceanNode {
70
} else {
71
this.blockchainRegistry = new BlockchainRegistry(this.keyManager, config)
72
}
73
- this.coreHandlers = CoreHandlersRegistry.getInstance(this)
+ this.coreHandlers = CoreHandlersRegistry.getInstance(this, true)
74
this.requestMap = new Map<string, RequestLimiter>()
75
this.config = config
76
this.database = db
0 commit comments