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