You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You add the keys first self._data['addresses'].append(keys) and after that you call self.save(). What if saving doesn't work? First save, then append keys and then print to inform the user.
The text was updated successfully, but these errors were encountered:
In
BismuthMultiWallet
methodnew_address
You add the keys first
self._data['addresses'].append(keys)
and after that you callself.save()
. What if saving doesn't work? First save, then append keys and then print to inform the user.The text was updated successfully, but these errors were encountered: