Merge branch 'change_zero_amount_str'

add_selenium_testing
moneroexamples 8 years ago
commit 3c442632bc

@ -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)

@ -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},

@ -44,9 +44,10 @@
<tr>
<td>Tx version: {{tx_version}}</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>
<td colspan="3">Extra: {{extra}}</td>
</tr>

Loading…
Cancel
Save