From 5ce1c9d77f57bb502250f0567fa5079d7ca23d87 Mon Sep 17 00:00:00 2001 From: dstrukt Date: Fri, 28 Jan 2022 00:06:02 -0800 Subject: [PATCH] send + receive constrains --- BTCPayServer/Views/UIWallets/WalletReceive.cshtml | 2 +- BTCPayServer/Views/UIWallets/WalletSend.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/UIWallets/WalletReceive.cshtml b/BTCPayServer/Views/UIWallets/WalletReceive.cshtml index 160e430ee..2e258febc 100644 --- a/BTCPayServer/Views/UIWallets/WalletReceive.cshtml +++ b/BTCPayServer/Views/UIWallets/WalletReceive.cshtml @@ -12,7 +12,7 @@ }
-
+
@if (string.IsNullOrEmpty(Model.Address)) { diff --git a/BTCPayServer/Views/UIWallets/WalletSend.cshtml b/BTCPayServer/Views/UIWallets/WalletSend.cshtml index 24c97f5dc..2cb933636 100644 --- a/BTCPayServer/Views/UIWallets/WalletSend.cshtml +++ b/BTCPayServer/Views/UIWallets/WalletSend.cshtml @@ -29,7 +29,7 @@
-
+

@ViewData["Title"]