update HWI lib

This commit is contained in:
nicolas.dorier
2021-09-08 18:27:36 +09:00
parent 14a10eeef8
commit ae43af999b
2 changed files with 3 additions and 3 deletions

View File

@@ -380,7 +380,7 @@ askdevice:
private static bool IsTrezorT(HwiEnumerateEntry deviceEntry)
{
return (deviceEntry.Model == HardwareWalletModels.Trezor_T || deviceEntry.Model == HardwareWalletModels.Trezor_T_Simulator);
return deviceEntry.Model.Contains("Trezor_T", StringComparison.OrdinalIgnoreCase);
}
public StoreData CurrentStore