Remove LedgerWallet direct integration

This commit is contained in:
nicolas.dorier
2020-05-25 07:41:30 +09:00
parent 6e0c090622
commit 7e5d269c39
17 changed files with 7 additions and 814 deletions

View File

@@ -479,8 +479,6 @@ namespace BTCPayServer.Controllers
{
case "vault":
return ViewVault(walletId, signingContext);
case "ledger":
return ViewWalletSendLedger(walletId, signingContext);
case "seed":
return SignWithSeed(walletId, signingContext);
case "nbx-seed":