Merge branch 'change_zero_amount_str'

master
moneroexamples 8 years ago
commit 3c442632bc

@ -29,13 +29,13 @@ 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/)
Tor users (main Monero network) - down for now: Clearnet testnet Monero version - - https enabled:
- [http://3ccmeg4dunrl7h3i.onion/](http://3ccmeg4dunrl7h3i.onion/) - [https://testnet.xmrchain.com/](https://testnet.xmrchain.com/)
Tor users (testnet Monero network) - down for now: Tor users (main Monero network) - down for now:
- [http://xmrtestbbzl275vy.onion](http://xmrtestbbzl275vy.onion) - [http://3ccmeg4dunrl7h3i.onion/](http://3ccmeg4dunrl7h3i.onion/)
i2p users (main Monero network) - down for now: i2p users (main Monero network) - down for now:

@ -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…
Cancel
Save