From c6091750b06c75c6687172301a11c1c387cd0a48 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Thu, 25 Apr 2019 18:22:04 -0500 Subject: [PATCH] Displaying switchable datetimes on wallet transactions page --- .../Views/Wallets/WalletTransactions.cshtml | 17 +++++++++++++---- BTCPayServer/wwwroot/main/site.js | 10 ++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index 32502de26..cf4cdd05f 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -28,17 +28,22 @@

@ViewData["Title"]

-
+
If BTCPay Server shows you an invalid balance, rescan your wallet.
If some transactions appear in BTCPay Server, but are missing on Electrum or another wallet, follow those instructions.