You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.
should be def get_coin_name(self): return "DashTestnet" if constants.net.TESTNET else "Dash"
should be def get_coin_name(self): return "Dash Testnet" if constants.net.TESTNET else "Dash"
so add space between Dash Testnet
When I try to sign multisig transaction with trezor I get 'Invalid coin name'. I use trezor one 1.6.2 firmware, Ubuntu 16.04 and electrum-dash 3.2.2
The text was updated successfully, but these errors were encountered: