Skip to content

Commit 7657b69

Browse files
author
Thomas Kerin
committed
reduce number of bip32 derivations during unit tests
1 parent de6cd36 commit 7657b69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Transaction/PSBT/UpdatableInputUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use BitWasp\Bitcoin\Exceptions\InvalidPSBTException;
1313
use BitWasp\Bitcoin\Key\Deterministic\HierarchicalKey;
1414
use BitWasp\Bitcoin\Key\Factory\HierarchicalKeyFactory;
15-
use BitWasp\Bitcoin\Mnemonic\MnemonicFactory;
1615
use BitWasp\Bitcoin\Script\P2shScript;
1716
use BitWasp\Bitcoin\Script\Script;
1817
use BitWasp\Bitcoin\Script\ScriptFactory;
@@ -34,7 +33,7 @@
3433
class UpdatableInputUnitTest extends AbstractTestCase
3534
{
3635
const TEST_BIP32_ENTROPY = "01020304010203040102030401020304";
37-
const TEST_HD_PATH = [1<<31|44, 1<<31|0, 1<<31|0, 0, 0];
36+
const TEST_HD_PATH = [1<<31|44,];
3837

3938
private function getHdRootKey(EcAdapterInterface $ecAdapter): HierarchicalKey
4039
{

0 commit comments

Comments
 (0)