mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Merge branch 'change_zero_amount_str'
This commit is contained in:
commit
3c442632bc
3 changed files with 7 additions and 5 deletions
|
@ -29,14 +29,14 @@ Clearnet versions - less up to date:
|
||||||
- [http://blox.supportxmr.com/](http://blox.supportxmr.com/)
|
- [http://blox.supportxmr.com/](http://blox.supportxmr.com/)
|
||||||
- [https://explorer.xmr.my/](https://explorer.xmr.my/)
|
- [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:
|
Tor users (main Monero network) - down for now:
|
||||||
|
|
||||||
- [http://3ccmeg4dunrl7h3i.onion/](http://3ccmeg4dunrl7h3i.onion/)
|
- [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:
|
i2p users (main Monero network) - down for now:
|
||||||
|
|
||||||
- [http://monerotools.i2p](http://monerotools.i2p)
|
- [http://monerotools.i2p](http://monerotools.i2p)
|
||||||
|
|
|
@ -3882,6 +3882,7 @@ private:
|
||||||
with_ring_signatures)},
|
with_ring_signatures)},
|
||||||
{"tx_json" , tx_json},
|
{"tx_json" , tx_json},
|
||||||
{"is_ringct" , (tx.version > 1)},
|
{"is_ringct" , (tx.version > 1)},
|
||||||
|
{"rct_type" , tx.rct_signatures.type},
|
||||||
{"has_error" , false},
|
{"has_error" , false},
|
||||||
{"error_msg" , string("")},
|
{"error_msg" , string("")},
|
||||||
{"have_raw_tx" , false},
|
{"have_raw_tx" , false},
|
||||||
|
|
|
@ -44,9 +44,10 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>Tx version: {{tx_version}}</td>
|
<td>Tx version: {{tx_version}}</td>
|
||||||
<td>No of confirmations: {{confirmations}}</td>
|
<td>No of confirmations: {{confirmations}}</td>
|
||||||
<td></td>
|
<td>RingCT/type: {{#is_ringct}}yes/{{rct_type}}{{/is_ringct}}{{^is_ringct}}no{{/is_ringct}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">Extra: {{extra}}</td>
|
<td colspan="3">Extra: {{extra}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue