From f2dc0330675277fcfff6c2476bab4f905a5110be Mon Sep 17 00:00:00 2001 From: Orcinus21 <181968937+Orcinus21@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:13:56 +0100 Subject: [PATCH] Bugfix: Removed unnecessary references to javascript files (#6459) (#6460) --- BTCPayServer/Views/UIWallets/_PSBTInfo.cshtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/BTCPayServer/Views/UIWallets/_PSBTInfo.cshtml b/BTCPayServer/Views/UIWallets/_PSBTInfo.cshtml index 64ac7eb51..6e272c8fd 100644 --- a/BTCPayServer/Views/UIWallets/_PSBTInfo.cshtml +++ b/BTCPayServer/Views/UIWallets/_PSBTInfo.cshtml @@ -1,7 +1,5 @@ @model WalletPSBTReadyViewModel - - @if (Model.CanCalculateBalance) {