fix: syncFromGenesis was a no-op
This commit is contained in:
parent
ebfd606a9d
commit
822b0b46b6
|
@ -71,7 +71,7 @@ export default class Client extends BaseClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected syncFromGenesis(): Promise<Uint8Array[]> {
|
protected syncFromGenesis(): Promise<Uint8Array[]> {
|
||||||
return Promise.resolve([]);
|
return this.syncFromLastUpdate(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async syncFromLastUpdate(
|
protected async syncFromLastUpdate(
|
||||||
|
|
Loading…
Reference in New Issue