fix: send a dummy update event for chain progress
This commit is contained in:
parent
e742ec8b64
commit
417da9f893
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue