From 3acda5b3422aaf1fbea7b15f660d10609d397110 Mon Sep 17 00:00:00 2001 From: d11n Date: Sat, 4 Dec 2021 09:20:35 +0100 Subject: [PATCH] Fix code display (#3172) --- BTCPayServer/Views/Wallets/WalletPSBTDecoded.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletPSBTDecoded.cshtml b/BTCPayServer/Views/Wallets/WalletPSBTDecoded.cshtml index 3942f03e7..163bd8a84 100644 --- a/BTCPayServer/Views/Wallets/WalletPSBTDecoded.cshtml +++ b/BTCPayServer/Views/Wallets/WalletPSBTDecoded.cshtml @@ -121,10 +121,10 @@ else
-
@Model.PSBT
+
@Model.PSBT
-
@Model.PSBTHex
+
@Model.PSBTHex
@Model.Decoded