@if (Model.Errors != null && Model.Errors.Count != 0)
@@ -21,7 +27,7 @@
Decoded PSBT
@Model.Decoded
diff --git a/BTCPayServer/Views/Wallets/WalletPSBTCombine.cshtml b/BTCPayServer/Views/Wallets/WalletPSBTCombine.cshtml
new file mode 100644
index 000000000..d9d175e67
--- /dev/null
+++ b/BTCPayServer/Views/Wallets/WalletPSBTCombine.cshtml
@@ -0,0 +1,25 @@
+@model WalletPSBTCombineViewModel
+@{
+ Layout = "../Shared/_NavLayout.cshtml";
+ ViewData["Title"] = "PSBT";
+ ViewData.SetActivePageAndTitle(WalletsNavPages.PSBT);
+}
+
+
Combine PSBT
+