commerceblock / ocean-wallet

CB Electrum wallet implementation
MIT License
3 stars 3 forks source link

whitelisting: Error on trying to register an imported wallet #91

Open tomt1664 opened 5 years ago

tomt1664 commented 5 years ago

Wallet with imported keys. Wallet -> Register

Error: Traceback (most recent call last): File "/Users/ttrevethan/cb-client-wallet/electrum/gui/qt/main_window.py", line 1444, in request_password return func(self, *args, **kwargs) File "/Users/ttrevethan/cb-client-wallet/electrum/gui/qt/main_window.py", line 2565, in register_wallet_dialog kycSuccess, kycfileString=self.wallet.get_kyc_string(password) AttributeError: 'Imported_Wallet' object has no attribute 'get_kyc_string'