Fix tests

This commit is contained in:
nicolas.dorier
2019-11-08 21:42:34 +09:00
parent 5b37a9df0b
commit 563e95df7c
4 changed files with 19 additions and 10 deletions

View File

@@ -465,7 +465,7 @@ namespace BTCPayServer.Controllers
private IActionResult RedirectToWalletPSBT(WalletId walletId, PSBT psbt, string fileName = null)
{
var vm = new PostRedictViewModel()
var vm = new PostRedirectViewModel()
{
AspController = "Wallets",
AspAction = nameof(WalletPSBT),