1
0

The constructor() concept doesn't exist

Did it ever?
This commit is contained in:
Neil Booth
2015-12-29 22:59:25 +09:00
parent 993ff30616
commit 0f70d0b8a5
4 changed files with 1 additions and 13 deletions

View File

@@ -424,9 +424,6 @@ class LedgerPlugin(BasePlugin):
self.wallet = None
self.handler = None
def constructor(self, s):
return BTChipWallet(s)
def is_enabled(self):
if not BTCHIP:
return False