@toruslabs/torus.js
Advanced tools
Comparing version 15.0.3 to 15.0.4
@@ -101,3 +101,3 @@ 'use strict'; | ||
} | ||
shouldUseDkg = useDkg; | ||
shouldUseDkg = this.keyType === constants.KEY_TYPE.ED25519 ? false : useDkg; | ||
} else if (this.keyType === constants.KEY_TYPE.ED25519) { | ||
@@ -104,0 +104,0 @@ shouldUseDkg = false; |
@@ -99,3 +99,3 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty'; | ||
} | ||
shouldUseDkg = useDkg; | ||
shouldUseDkg = this.keyType === KEY_TYPE.ED25519 ? false : useDkg; | ||
} else if (this.keyType === KEY_TYPE.ED25519) { | ||
@@ -102,0 +102,0 @@ shouldUseDkg = false; |
{ | ||
"name": "@toruslabs/torus.js", | ||
"version": "15.0.3", | ||
"version": "15.0.4", | ||
"description": "Handle communication with torus nodes", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib.cjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
610843