mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
upgrade to hwi 3.1.0
This commit is contained in:
parent
8d7308bc37
commit
f187603ec3
6 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class Hwi {
|
||||||
private static final Logger log = LoggerFactory.getLogger(Hwi.class);
|
private static final Logger log = LoggerFactory.getLogger(Hwi.class);
|
||||||
private static final String HWI_HOME_DIR = "hwi";
|
private static final String HWI_HOME_DIR = "hwi";
|
||||||
private static final String HWI_VERSION_PREFIX = "hwi-";
|
private static final String HWI_VERSION_PREFIX = "hwi-";
|
||||||
private static final String HWI_VERSION = "3.0.0";
|
private static final String HWI_VERSION = "3.1.0";
|
||||||
private static final String HWI_VERSION_DIR = HWI_VERSION_PREFIX + HWI_VERSION;
|
private static final String HWI_VERSION_DIR = HWI_VERSION_PREFIX + HWI_VERSION;
|
||||||
|
|
||||||
private static boolean isPromptActive = false;
|
private static boolean isPromptActive = false;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue