trustedcoin: do not set wallet.plugin in constructor
This commit is contained in:
parent
467e40b555
commit
502a4819b6
@ -244,7 +244,6 @@ class Wallet_2fa(Multisig_Wallet):
|
|||||||
self.is_billing = False
|
self.is_billing = False
|
||||||
self.billing_info = None
|
self.billing_info = None
|
||||||
self._load_billing_addresses()
|
self._load_billing_addresses()
|
||||||
self.plugin = None # type: TrustedCoinPlugin
|
|
||||||
|
|
||||||
def _load_billing_addresses(self):
|
def _load_billing_addresses(self):
|
||||||
billing_addresses = {
|
billing_addresses = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user