From 503de930946dfa59f4ee6115766424df6c272468 Mon Sep 17 00:00:00 2001 From: svrgnty <120567975+svrgnty@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:10:48 +0200 Subject: [PATCH] add seconds to address and transaction views --- contributors/svrgnty.txt | 3 +++ .../src/app/components/transaction/transaction.component.html | 2 +- .../transactions-list/transactions-list.component.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 contributors/svrgnty.txt diff --git a/contributors/svrgnty.txt b/contributors/svrgnty.txt new file mode 100644 index 000000000..e25fd5690 --- /dev/null +++ b/contributors/svrgnty.txt @@ -0,0 +1,3 @@ +I hereby accept the terms of the Contributor License Agreement in the CONTRIBUTING.md file of the mempool/mempool git repository as of July 9, 2024. + +Signed: svrgnty \ No newline at end of file diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index b8b8602cb..557bc1b14 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -449,7 +449,7 @@ Timestamp - ‎{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm' }} + ‎{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm:ss' }}
()
diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html index 88a984942..8954e4ecb 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -6,7 +6,7 @@
- ‎{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm' }} + ‎{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm:ss' }}