Skip to content

Commit

Permalink
Namecoin: Trezor: Use Namecoin as coin name instead of Bitcoin.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Jun 24, 2018
1 parent 3e56419 commit c50d2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/trezor/trezor.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_client(self, keystore, force_pair=True):
return client

def get_coin_name(self):
return "Testnet" if constants.net.TESTNET else "Bitcoin"
return "Testnet" if constants.net.TESTNET else "Namecoin"

def initialize_device(self, device_id, wizard, handler):
# Initialization method
Expand Down

0 comments on commit c50d2a1

Please sign in to comment.