fix: send a dummy update event for chain progress

This commit is contained in:
Derrick Hammer 2023-09-16 11:45:45 -04:00
parent e742ec8b64
commit 417da9f893
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ export default class Client extends BaseClient {
this.emit("synced");
await init("herumi");
this._latestPeriod = this.getCurrentPeriod();
this.emit("update", 1, 1);
await this.getLatestExecution(false);
} else {