Skip to content

Commit a2a22d6

Browse files
authored
chore: remove listener of blob sidecars chain event on close (#8520)
1 parent 793f92c commit a2a22d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/beacon-node/src/network/network.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ export class Network implements INetwork {
236236
this.chain.emitter.off(routes.events.EventType.lightClientOptimisticUpdate, this.onLightClientOptimisticUpdate);
237237
this.chain.emitter.off(ChainEvent.updateTargetCustodyGroupCount, this.onTargetGroupCountUpdated);
238238
this.chain.emitter.off(ChainEvent.publishDataColumns, this.onPublishDataColumns);
239+
this.chain.emitter.off(ChainEvent.publishBlobSidecars, this.onPublishBlobSidecars);
239240
this.chain.emitter.off(ChainEvent.updateStatus, this.onUpdateStatus);
240241
await this.core.close();
241242

0 commit comments

Comments
 (0)