Fix build

This commit is contained in:
nicolas.dorier
2020-01-21 21:04:35 +09:00
parent bdb2edba12
commit d0bfa67495

View File

@@ -97,7 +97,7 @@ namespace BTCPayServer.Controllers
case "vault": case "vault":
return ViewVault(walletId, psbt); return ViewVault(walletId, psbt);
case "ledger": case "ledger":
return ViewWalletSendLedger(psbt); return ViewWalletSendLedger(walletId, psbt);
case "update": case "update":
var derivationSchemeSettings = GetDerivationSchemeSettings(walletId); var derivationSchemeSettings = GetDerivationSchemeSettings(walletId);
psbt = await UpdatePSBT(derivationSchemeSettings, psbt, network); psbt = await UpdatePSBT(derivationSchemeSettings, psbt, network);