mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Update to runtime .NET 2.1.14
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user