Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Invalid coin name #4

Closed
rockandruby opened this issue Aug 14, 2018 · 2 comments
Closed

Invalid coin name #4

rockandruby opened this issue Aug 14, 2018 · 2 comments

Comments

@rockandruby
Copy link

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

@rockandruby
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants