Fixing Bitcoin usage & adding note this is non-SegWit

This commit is contained in:
Jonathan Cross 2017-11-07 13:55:21 +01:00 committed by Pavol Rusnak
parent a5fc76d8c9
commit 972459281b
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
Usage
=====
Get first receiving address of first account for Bitcoin:
Get first receiving address of first account for Legacy (non-SegWit) Bitcoin:
.. code::
trezorctl get_address -c Litecoin -t address -n "m/44'/0'/0'/0/0"
trezorctl get_address -c Bitcoin -t address -n "m/44'/0'/0'/0/0"
Get first receiving address of first account for Segwit-in-P2SH for Litecoin:
Get first receiving address of first account for SegWit-in-P2SH for Litecoin:
.. code::