From 837aa5aea1d7b4e68ba6053250969bf58fb421ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=87=E3=83=BC=E3=83=93=E3=83=83=E3=83=89?= Date: Fri, 11 Jun 2021 18:18:08 +0100 Subject: [PATCH 1/2] fixed a typo there was a typo in the readme.md so i fixed it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9391b52..72d18cc 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ Every 10000 blocks, the thread will save current emission in a file, by default, need to rescan entire blockchain whenever the explorer is restarted. When the explorer restarts, the thread will first check if `~/.bitmonero/lmdb/emission_amount.txt` is present, read its values, and continue from there if possible. Subsequently, only the initial - use of the tread is time consuming. Once the thread scans the entire blockchain, it updates + use of the thread is time consuming. Once the thread scans the entire blockchain, it updates the emission amount using new blocks as they come. Since the explorer writes this file, there can be only one instance of it running for mainnet, testnet and stagenet. Thus, for example, you can't have two explorers for mainnet From 518786846fed0877019cee15bae137ca8f15ec51 Mon Sep 17 00:00:00 2001 From: abel30567 Date: Sun, 20 Jun 2021 11:48:41 -0400 Subject: [PATCH 2/2] fixed safari iphone issue where Prove Sending fields appear when user is in Decode outputs tab --- src/templates/css/style.css | 6 ++++++ src/templates/partials/tx_details.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/templates/css/style.css b/src/templates/css/style.css index ac4336b..c0d9cc6 100644 --- a/src/templates/css/style.css +++ b/src/templates/css/style.css @@ -101,6 +101,7 @@ form { bottom: 0; padding: 20px; border: 1px solid #ccc; + display: none; } [type=radio]:checked ~ label { @@ -113,6 +114,11 @@ form { z-index: 1; } +#tab-1:checked ~ .content.tab-1, +#tab-2:checked ~ .content.tab-2 { + display: block; +} + input#toggle-1[type=checkbox] { position: absolute; /*top: -9999px;*/ diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index ef217fc..ad0412c 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -80,7 +80,7 @@
-
+

Check which outputs belong to given Monero address/subaddress and viewkey

For RingCT transactions, outputs' amounts are also decoded @@ -102,7 +102,7 @@ -
+

Prove to someone that you have sent them Monero in this transaction

Tx private key can be obtained using get_tx_key