mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 16:24:53 +00:00
check for and delete hwi directory on macos and windows
This commit is contained in:
@@ -39,7 +39,7 @@ public class Hwi {
|
||||
private final Set<byte[]> newDeviceRegistrations = new HashSet<>();
|
||||
|
||||
static {
|
||||
//deleteHwiDir();
|
||||
deleteHwiDir();
|
||||
}
|
||||
|
||||
public List<Device> enumerate(String passphrase) throws ImportException {
|
||||
|
||||
Reference in New Issue
Block a user