-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix nonce threshold check for new keys
- Loading branch information
himanshu
committed
Jan 23, 2024
1 parent
360cbe8
commit 2c0d782
Showing
2 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ const HashEnabledVerifier = "torus-test-verifierid-hash"; | |
const TORUS_EXTENDED_VERIFIER_EMAIL = "[email protected]"; | ||
const TORUS_IMPORT_EMAIL = "[email protected]"; | ||
|
||
describe("torus utils sapphire mainnet", function () { | ||
describe.only("torus utils sapphire mainnet", function () { | ||
let torus: TorusUtils; | ||
let TORUS_NODE_MANAGER: NodeManager; | ||
|
||
|