Skip to content

Commit 1115d77

Browse files
committed
always force new handlers
1 parent b5991e8 commit 1115d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OceanNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class OceanNode {
7070
} else {
7171
this.blockchainRegistry = new BlockchainRegistry(this.keyManager, config)
7272
}
73-
this.coreHandlers = CoreHandlersRegistry.getInstance(this)
73+
this.coreHandlers = CoreHandlersRegistry.getInstance(this, true)
7474
this.requestMap = new Map<string, RequestLimiter>()
7575
this.config = config
7676
this.database = db

0 commit comments

Comments
 (0)