Update to runtime .NET 2.1.14

This commit is contained in:
nicolas.dorier
2019-12-07 16:35:13 +09:00
parent 0e0fa53517
commit 2d932ebb21
7 changed files with 11 additions and 11 deletions

View File

@@ -92,7 +92,7 @@ namespace BTCPayServer.Controllers
try
{
// On trezor T this will prompt the password! (https://github.com/bitcoin-core/HWI/issues/283)
_ = device.GetXPubAsync(new KeyPath("44'"), cancellationToken);
await device.GetXPubAsync(new KeyPath("44'"), cancellationToken);
}
catch (HwiException ex) when (ex.ErrorCode == HwiErrorCode.DeviceAlreadyUnlocked)
{