We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793f92c commit a2a22d6Copy full SHA for a2a22d6
packages/beacon-node/src/network/network.ts
@@ -236,6 +236,7 @@ export class Network implements INetwork {
236
this.chain.emitter.off(routes.events.EventType.lightClientOptimisticUpdate, this.onLightClientOptimisticUpdate);
237
this.chain.emitter.off(ChainEvent.updateTargetCustodyGroupCount, this.onTargetGroupCountUpdated);
238
this.chain.emitter.off(ChainEvent.publishDataColumns, this.onPublishDataColumns);
239
+ this.chain.emitter.off(ChainEvent.publishBlobSidecars, this.onPublishBlobSidecars);
240
this.chain.emitter.off(ChainEvent.updateStatus, this.onUpdateStatus);
241
await this.core.close();
242
0 commit comments