From 7be104f486c232a060382c3ffcb671d5ffe1a986 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 3 Aug 2019 23:21:09 +0900 Subject: [PATCH] Only show the txid as unconf in the wallet transaction list --- BTCPayServer/Views/Wallets/WalletTransactions.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index a65f3023e..dfe21ce2f 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -55,7 +55,7 @@ @foreach (var transaction in Model.Transactions) { - + @transaction.Timestamp.ToBrowserDate() @@ -67,7 +67,7 @@ @label.Value } - + @transaction.Id