Skip to content

Use a fresh "home" every time Electrum is launched #25

@grayswandyr

Description

@grayswandyr

As of now, AA creates a temporary directory with always the same name for a given user. EA inherited from this.

It would be far better to use a fresh directory name at each time, otherwise interferences do happen.

It is set here:

private static synchronized String alloyHome() {

Apparently, the Java standard API proposes a method for this since Java 1.7.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions