From 2e1da5f337fd0b7e59eb4851a7504b53191c1765 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 10 Jan 2017 15:25:13 +0100 Subject: [PATCH] -> trezor.io --- README.rst | 2 +- tools/helloworld.py | 2 +- tools/signtest.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3bf6757e8d..c5f6834746 100644 --- a/README.rst +++ b/README.rst @@ -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) diff --git a/tools/helloworld.py b/tools/helloworld.py index 69a802c4b8..9afcb57eb7 100755 --- a/tools/helloworld.py +++ b/tools/helloworld.py @@ -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) diff --git a/tools/signtest.py b/tools/signtest.py index a312ec671a..f185ce6694 100755 --- a/tools/signtest.py +++ b/tools/signtest.py @@ -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(