Remove reliance on ambient routing values

This commit is contained in:
nicolas.dorier
2019-10-21 17:54:12 +09:00
parent f1a2cc2b65
commit 1174178771
8 changed files with 18 additions and 17 deletions

View File

@@ -575,7 +575,7 @@ namespace BTCPayServer.Controllers
wallet.InvalidateCache(derivationSettings.AccountDerivation);
StatusMessage = $"Transaction broadcasted successfully ({transaction.GetHash().ToString()})";
}
return RedirectToAction(nameof(WalletTransactions));
return RedirectToAction(nameof(WalletTransactions), new { walletId = walletId.ToString() });
}
[HttpGet]