Fix build

This commit is contained in:
nicolas.dorier
2019-05-10 14:36:25 +09:00
parent f955302c74
commit 840f52a75b
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ namespace BTCPayServer.Controllers
return NotFound();
var webSocket = await HttpContext.WebSockets.AcceptWebSocketAsync();
var hw = new HardwareWalletService(webSocket);
var hw = new LedgerHardwareWalletService(webSocket);
object result = null;
var network = _NetworkProvider.GetNetwork(cryptoCode);