commit 8ae6ddcc00115933b45a8b691498d1f707d0b92f parent 12b98fa251f451712a607124466012bec1cfa132 Author: SomberNight <somber.night@protonmail.com> Date: Mon, 4 Mar 2019 17:29:12 +0100 keystore: rm dead code Diffstat:
M | electrum/keystore.py | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/electrum/keystore.py b/electrum/keystore.py @@ -516,7 +516,6 @@ class Hardware_KeyStore(KeyStore, Xpub): # - wallet_type type = 'hardware' - max_change_outputs = 1 def __init__(self, d): Xpub.__init__(self)