From 972459281be8bb952f524086c26450299450750b Mon Sep 17 00:00:00 2001 From: Jonathan Cross Date: Tue, 7 Nov 2017 13:55:21 +0100 Subject: [PATCH] Fixing Bitcoin usage & adding note this is non-SegWit --- USAGE.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/USAGE.rst b/USAGE.rst index ee7aac5..3ac2ab7 100644 --- a/USAGE.rst +++ b/USAGE.rst @@ -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::