mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix: set wallet_type attr for 2fa wallets
This commit is contained in:
parent
af8b7a7fb1
commit
b0bab75859
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ server = TrustedCoinCosignerClient(user_agent="Electrum/" + version.ELECTRUM_VER
|
|||
|
||||
class Wallet_2fa(Multisig_Wallet):
|
||||
|
||||
wallet_type = '2fa'
|
||||
|
||||
def __init__(self, storage):
|
||||
self.m, self.n = 2, 3
|
||||
Deterministic_Wallet.__init__(self, storage)
|
||||
|
|
Loading…
Add table
Reference in a new issue