mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
update to hwi-2.0.0-rc.3 to fix trezor usage with passphrase
This commit is contained in:
parent
3e287bfb2d
commit
06411d4e2f
4 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import java.util.zip.ZipInputStream;
|
||||||
|
|
||||||
public class Hwi {
|
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 VERSION_PREFIX = "hwi-2.0.0-rc.2";
|
private static final String VERSION_PREFIX = "hwi-2.0.0-rc.3";
|
||||||
|
|
||||||
private static boolean isPromptActive = false;
|
private static boolean isPromptActive = false;
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue