Browse Source

keystore: rm dead code

sqlite_db
SomberNight 6 years ago
parent
commit
8ae6ddcc00
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/keystore.py

1
electrum/keystore.py

@ -516,7 +516,6 @@ class Hardware_KeyStore(KeyStore, Xpub):
# - wallet_type # - wallet_type
type = 'hardware' type = 'hardware'
max_change_outputs = 1
def __init__(self, d): def __init__(self, d):
Xpub.__init__(self) Xpub.__init__(self)

Loading…
Cancel
Save