Many fixes
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ export class AuthSecp256k1 {
|
||||
*/
|
||||
static async create(inputDeps: AuthSecp256k1Deps, options: AuthSecp256k1Options): Promise<AuthSecp256k1> {
|
||||
const deps = {
|
||||
secp256k1: await instantiateSecp256k1(),
|
||||
secp256k1: inputDeps.secp256k1 || await instantiateSecp256k1(),
|
||||
...inputDeps,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user