refactor: temp use js only bls
This commit is contained in:
parent
a5c01533fe
commit
a6759ec243
|
@ -44,7 +44,7 @@ export default abstract class BaseClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
public async sync(): Promise<void> {
|
public async sync(): Promise<void> {
|
||||||
await init(isNode ? "blst-native" : "herumi");
|
await init("herumi");
|
||||||
|
|
||||||
await this._sync();
|
await this._sync();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue