Skip to content

Commit

Permalink
Remove unrelated diff
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Oct 13, 2023
1 parent 9144fdc commit 47df439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/src/network/core/networkCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ export class NetworkCore implements INetworkCore {
/** Destroy this instance. Can only be called once. */
async close(): Promise<void> {
if (this.closed) return;

this.clock.off(ClockEvent.epoch, this.onEpoch);

// Must goodbye and disconnect before stopping libp2p
Expand Down

0 comments on commit 47df439

Please sign in to comment.