Skip to content

Commit

Permalink
HardwareWalletIntegrationTest - use the same mnemonic the Trezor unit…
Browse files Browse the repository at this point in the history
… tests do
  • Loading branch information
zulucrypto committed Apr 4, 2018
1 parent e094d48 commit 4b3ce4a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/Util/HardwareWalletIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@ public function __construct($name = null, array $data = [], $dataName = '')

// GDRXE2BQUC3AZNPVFSCEZ76NJ3WWL25FYFK6RGZGIEKWE4SOOHSUJUJ6
// SBGWSG6BTNCKCOB3DIFBGCVMUPQFYPA2G4O34RMTB343OYPXU5DJDVMN
$this->mnemonic = 'illness spike retreat truth genius clock brain pass fit cave bargain toe';
//$this->mnemonic = 'illness spike retreat truth genius clock brain pass fit cave bargain toe';

// Mnemonic to match trezor-python test suite
// GAK5MSF74TJW6GLM7NLTL76YZJKM2S4CGP3UH4REJHPHZ4YBZW2GSBPW
// SDE2YU4V2IYSJIUH7MONDYZTSSLDXV5QDEGUUOLCU4TK7CZWTAXZ5CEG
$this->mnemonic = 'alcohol woman abuse must during monitor noble actual mixed trade anger aisle';


$this->privateKeySigner = new PrivateKeySigner(Keypair::newFromMnemonic($this->mnemonic));
}

Expand Down

0 comments on commit 4b3ce4a

Please sign in to comment.