1
0

new icons to show hardware wallet pairing in status bar

This commit is contained in:
ThomasV
2016-08-27 11:30:53 +02:00
parent 62b47ca3b3
commit b07d3466c0
9 changed files with 27 additions and 10 deletions

View File

@@ -353,7 +353,3 @@ class TrezorCompatiblePlugin(HW_PluginBase):
def get_tx(self, tx_hash):
tx = self.prev_tx[tx_hash]
return self.electrum_tx_to_txtype(tx)
@staticmethod
def is_valid_seed(seed):
return True