From 04b056f8aa3382830a4a59877049525e6641968b Mon Sep 17 00:00:00 2001 From: hakonamatata Date: Sun, 2 May 2021 13:20:23 +0200 Subject: [PATCH] Update electrum_dash/plugins/trezor/trezor.py Co-authored-by: Pavol Rusnak --- electrum_dash/plugins/trezor/trezor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum_dash/plugins/trezor/trezor.py b/electrum_dash/plugins/trezor/trezor.py index 7d550e136..cd755ed52 100644 --- a/electrum_dash/plugins/trezor/trezor.py +++ b/electrum_dash/plugins/trezor/trezor.py @@ -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