mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
check for and delete hwi directory on macos and windows
This commit is contained in:
parent
ff571c3df4
commit
8b47701dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public class Hwi {
|
||||||
private final Set<byte[]> newDeviceRegistrations = new HashSet<>();
|
private final Set<byte[]> newDeviceRegistrations = new HashSet<>();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
//deleteHwiDir();
|
deleteHwiDir();
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<Device> enumerate(String passphrase) throws ImportException {
|
public List<Device> enumerate(String passphrase) throws ImportException {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue