From 5d32d7f20e4a9a29f8a52d79e118b1174e408c89 Mon Sep 17 00:00:00 2001 From: slush0 Date: Tue, 8 Oct 2013 20:33:09 +0200 Subject: [PATCH] Seeds reflect changes in BIP39 wordlist --- tests/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/common.py b/tests/common.py index b1861e3..67367ab 100644 --- a/tests/common.py +++ b/tests/common.py @@ -11,8 +11,8 @@ class TrezorTest(unittest.TestCase): self.transport = config.TRANSPORT(*config.TRANSPORT_ARGS) self.client = TrezorClient(self.transport, DebugLink(self.debug_transport), debug=True) - self.mnemonic1 = 'panda tree planet type cinnamon digital always essence grocery poor tree slot' - self.mnemonic2 = 'glory vanish past debate cricket extra receive spring scatter rebound bat expect' + self.mnemonic1 = 'juice enrich pool orbit brick prevent system chronic people industry insane private' + self.mnemonic2 = 'bark depend buffalo library lonely syrup exact trip kitten yellow arch into damage phone toy wild color soon suit move opinion type replace donate' self.pin1 = '1234' self.pin2 = '43211'