Skip to content

Commit

Permalink
Update electrum_dash/plugins/trezor/trezor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
  • Loading branch information
hakonamatata and prusnak authored May 2, 2021
1 parent 05bf999 commit 04b056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_dash/plugins/trezor/trezor.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def get_client(self, keystore, force_pair=True, *,
return client

def get_coin_name(self):
return "FIRO Testnet" if constants.net.TESTNET else "FIRO"
return "Firo Testnet" if constants.net.TESTNET else "Firo"

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

0 comments on commit 04b056f

Please sign in to comment.