mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
Seeds reflect changes in BIP39 wordlist
This commit is contained in:
parent
83e8dd1c0e
commit
5d32d7f20e
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user