1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

-> trezor.io

This commit is contained in:
Pavol Rusnak 2017-01-10 15:25:13 +01:00
parent 08cfe0d8c6
commit 2e1da5f337
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ also found in ``tools/helloworld.py``
print(client.features)
# Get the first address of first BIP44 account
# (should be the same address as shown in mytrezor.com)
# (should be the same address as shown in wallet.trezor.io)
bip32_path = client.expand_path("44'/0'/0'/0/0")
address = client.get_address('Bitcoin', bip32_path)
print('Bitcoin address:', address)

View File

@ -23,7 +23,7 @@ def main():
print(client.features)
# Get the first address of first BIP44 account
# (should be the same address as shown in mytrezor.com)
# (should be the same address as shown in wallet.trezor.io)
bip32_path = client.expand_path("44'/0'/0'/0/0")
address = client.get_address('Bitcoin', bip32_path)
print('Bitcoin address:', address)

View File

@ -176,7 +176,7 @@ def main():
print(client.features)
# Get the first address of first BIP44 account
# (should be the same address as shown in mytrezor.com)
# (should be the same address as shown in wallet.trezor.io)
outputs = [
proto_types.TxOutputType(