-> trezor.io

pull/25/head
Pavol Rusnak 7 years ago
parent 08cfe0d8c6
commit 2e1da5f337
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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)

@ -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)

@ -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(

Loading…
Cancel
Save