diff --git a/src/baseClient.ts b/src/baseClient.ts index b6146e2..181b416 100644 --- a/src/baseClient.ts +++ b/src/baseClient.ts @@ -177,6 +177,7 @@ export default abstract class BaseClient extends EventEmitter { this.latestCommittee = await this.syncFromLastUpdate(); } this._latestPeriod = currentPeriod; + this.emit("synced"); } this.syncMutex.release();