SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
0 additions and
1 deletions
-
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) |
|
|