diff --git a/README.md b/README.md index 90be4fd..0678c38 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ Clearnet versions - less up to date: - [http://blox.supportxmr.com/](http://blox.supportxmr.com/) - [https://explorer.xmr.my/](https://explorer.xmr.my/) +Clearnet testnet Monero version - - https enabled: + + - [https://testnet.xmrchain.com/](https://testnet.xmrchain.com/) + Tor users (main Monero network) - down for now: - [http://3ccmeg4dunrl7h3i.onion/](http://3ccmeg4dunrl7h3i.onion/) -Tor users (testnet Monero network) - down for now: - - - [http://xmrtestbbzl275vy.onion](http://xmrtestbbzl275vy.onion) - i2p users (main Monero network) - down for now: - [http://monerotools.i2p](http://monerotools.i2p) diff --git a/src/page.h b/src/page.h index 2a63c4b..763e5a1 100644 --- a/src/page.h +++ b/src/page.h @@ -3882,6 +3882,7 @@ private: with_ring_signatures)}, {"tx_json" , tx_json}, {"is_ringct" , (tx.version > 1)}, + {"rct_type" , tx.rct_signatures.type}, {"has_error" , false}, {"error_msg" , string("")}, {"have_raw_tx" , false}, diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index d7881a4..404f8e9 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -44,9 +44,10 @@