You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
async Task DisplayAddress()
{
WindowsHidDeviceFactory.Register(new DebugLogger(), new DebugTracer());
var ledgerManagerBroker = new LedgerManagerBroker(3000, null, null, new LedgerManagerFactory());
var ledgerManager = (IAddressDeriver)await ledgerManagerBroker.WaitForFirstDeviceAsync();
var path = $"m/49'/0'/0'/0/0";
var addressPath = AddressPathBase.Parse(path);
var address = await ledgerManager.GetAddressAsync(addressPath, false, true);
}
This code does not work the line that reaches var ledgerManager stops.
The text was updated successfully, but these errors were encountered:
async Task DisplayAddress()
{
WindowsHidDeviceFactory.Register(new DebugLogger(), new DebugTracer());
var ledgerManagerBroker = new LedgerManagerBroker(3000, null, null, new LedgerManagerFactory());
var ledgerManager = (IAddressDeriver)await ledgerManagerBroker.WaitForFirstDeviceAsync();
var path = $"m/49'/0'/0'/0/0";
var addressPath = AddressPathBase.Parse(path);
var address = await ledgerManager.GetAddressAsync(addressPath, false, true);
}
This code does not work the line that reaches var ledgerManager stops.
The text was updated successfully, but these errors were encountered: