Skip to content

Don't add keys before saving #5

@Endogen

Description

@Endogen

In BismuthMultiWallet method new_address

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions