Skip to content

Commit

Permalink
add mobile to wallet_constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
icodeface committed Nov 7, 2017
1 parent b621e15 commit c90839e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,8 @@ def register_wallet_type(category):
'standard': Standard_Wallet,
'old': Standard_Wallet,
'xpub': Standard_Wallet,
'imported': Imported_Wallet
'imported': Imported_Wallet,
'mobile': Mobile_Wallet
}

def register_constructor(wallet_type, constructor):
Expand Down

0 comments on commit c90839e

Please sign in to comment.