def __init__(self, storage): BIP32_Wallet.__init__(self, storage) self.wallet_type = '2fa' self.m = 2 self.n = 3
def synchronize(self): # synchronize existing accounts BIP32_Wallet.synchronize(self)