mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Remove LedgerWallet direct integration
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user