We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7b468 commit ec11602Copy full SHA for ec11602
modules/abstract-utxo/test/unit/recovery/backupKeyRecovery.ts
@@ -368,11 +368,13 @@ function runWithScriptTypes(
368
});
369
}
370
371
-// compatible with all coins
372
-runWithScriptTypes(['p2sh']);
+describe('Backup Key Recovery', function () {
+ // compatible with all coins
373
+ runWithScriptTypes(['p2sh']);
374
-// segwit compatible coins
375
-runWithScriptTypes(['p2shP2wsh', 'p2wsh']);
+ // segwit compatible coins
376
+ runWithScriptTypes(['p2shP2wsh', 'p2wsh']);
377
-// taproot compatible coins
378
-runWithScriptTypes(['p2tr', 'p2trMusig2'], { runKeyProviderTests: false });
+ // taproot compatible coins
379
+ runWithScriptTypes(['p2tr', 'p2trMusig2'], { runKeyProviderTests: false });
380
+});
0 commit comments