update to hwi-2.0.0-rc.3 to fix trezor usage with passphrase

This commit is contained in:
Craig Raw 2021-03-12 11:36:11 +02:00
parent 3e287bfb2d
commit 06411d4e2f
4 changed files with 1 additions and 1 deletions

View file

@ -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;