From 19b88fd986b25cfa481aebec1c069965c2dd972b Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 31 Aug 2021 15:23:56 +0900 Subject: [PATCH] Fix: Impossible to send to two more than two destination (Fix #2825) --- BTCPayServer/Views/Wallets/WalletSend.cshtml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletSend.cshtml b/BTCPayServer/Views/Wallets/WalletSend.cshtml index b9fdb68c0..5e4a666ec 100644 --- a/BTCPayServer/Views/Wallets/WalletSend.cshtml +++ b/BTCPayServer/Views/Wallets/WalletSend.cshtml @@ -66,7 +66,7 @@
- +
@@ -101,7 +101,17 @@
- + @if (index == Model.Outputs.Count - 1) + { +
+ + +
+ } + else + { + + }