mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
update to hwi-2.0.0-rc.3 to fix trezor usage with passphrase
This commit is contained in:
parent
3e287bfb2d
commit
577e570c99
4 changed files with 2 additions and 3 deletions
|
@ -30,7 +30,7 @@ import java.util.zip.ZipInputStream;
|
|||
|
||||
public class Hwi {
|
||||
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;
|
||||
|
||||
|
@ -109,8 +109,7 @@ public class Hwi {
|
|||
throw new IllegalArgumentException("Cannot display address for script type " + scriptType + ": Only single hash types supported");
|
||||
}
|
||||
|
||||
//Remove replace once HWI-2.0.0 is released - see https://github.com/bitcoin-core/HWI/pull/488
|
||||
String descriptor = outputDescriptor.toString().replace("sortedmulti", "multi");
|
||||
String descriptor = outputDescriptor.toString();
|
||||
|
||||
isPromptActive = true;
|
||||
String output;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue