Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ElSamaritan committed Apr 24, 2020
1 parent c3f7082 commit 29c4360
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 217 deletions.
84 changes: 0 additions & 84 deletions cmake/FindArqma.cmake

This file was deleted.

78 changes: 0 additions & 78 deletions cmake/FindGalaxia.cmake

This file was deleted.

44 changes: 0 additions & 44 deletions src/arqma_headers.h

This file was deleted.

22 changes: 11 additions & 11 deletions src/templates/partials/tx_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <H5>Next tx: <a href="/tx/{{next_hash}}">{{next_hash}}</a></H5>
</table>


<h3>{{outputs_no}} output(s) for total of {{outputs_arq_sum}} ARQ</h3>
<h3>{{outputs_no}} output(s) for total of {{outputs_mrl_sum}} MRL</h3>
<div class="center">
<table class="center">
<tr>
Expand Down Expand Up @@ -90,7 +90,7 @@ <h5 style="margin: 0px">
</h5>
<form action="/myoutputs" method="post" style="width:100%; margin-top:2px" class="style-1">
<input type="hidden" name="tx_hash" value="{{tx_hash}}"><br/>
<input type="text" name="arq_address" size="110" placeholder="Arqma address/subaddress"><br/>
<input type="text" name="mrl_address" size="110" placeholder="Arqma address/subaddress"><br/>
<input type="text" name="viewkey" size="110" placeholder="Private viewkey" style="margin-top:5px"><br/>
<input type="hidden" name="raw_tx_data" value="{{raw_tx_data}}">
<!--above raw_tx_data field only used when checking raw tx data through tx pusher-->
Expand All @@ -108,7 +108,7 @@ <h5 style="margin: 0px">
<h4 style="margin: 0px">Prove to someone that you have sent them Arqma in this transaction</h4>
<h5 style="margin: 0px">
Tx private key can be obtained using <i>get_tx_key</i>
command in <i>arqma-wallet-cli</i> command line tool
command in <i>mrlma-wallet-cli</i> command line tool
<br/>
Note: address/subaddress and tx private key are sent to the server, as the calculations are done on the server side
</h5>
Expand All @@ -117,7 +117,7 @@ <h5 style="margin: 0px">
<input type="text" name="txprvkey" size="120" placeholder="Tx private key"><br/>
<input type="hidden" name="raw_tx_data" value="{{raw_tx_data}}">
<!--above raw_tx_data field only used when checking raw tx data through tx pusher-->
<input type="text" name="arqaddress" size="120" placeholder="Recipient's Arqma address/subaddress" style="margin-top:5px"><br/>
<input type="text" name="mrladdress" size="120" placeholder="Recipient's Arqma address/subaddress" style="margin-top:5px"><br/>
<input type="submit" value="Prove sending" style="margin-top:5px">
</form>
</div>
Expand All @@ -140,17 +140,17 @@ <h3>Inputs' ring size time scale (from {{min_mix_time}} till {{max_mix_time}};
</div>
{{/enable_mixins_details}}

{{^inputs_arq_sum_not_zero}}
<h3>{{inputs_no}} input(s) for total of {{inputs_arq_sum}} ARQ</h3>
{{/inputs_arq_sum_not_zero}}
{{#inputs_arq_sum_not_zero}}
{{^inputs_mrl_sum_not_zero}}
<h3>{{inputs_no}} input(s) for total of {{inputs_mrl_sum}} MRL</h3>
{{/inputs_mrl_sum_not_zero}}
{{#inputs_mrl_sum_not_zero}}
{{^have_any_unknown_amount}}
<h3>{{inputs_no}} inputs(s) for total of {{inputs_arq_sum}} ARQ</h3>
<h3>{{inputs_no}} inputs(s) for total of {{inputs_mrl_sum}} MRL</h3>
{{/have_any_unknown_amount}}
{{#have_any_unknown_amount}}
<h3>{{inputs_no}} inputs(s) for total of at least {{inputs_arq_sum}} ARQ</h3>
<h3>{{inputs_no}} inputs(s) for total of at least {{inputs_mrl_sum}} MRL</h3>
{{/have_any_unknown_amount}}
{{/inputs_arq_sum_not_zero}}
{{/inputs_mrl_sum_not_zero}}

{{#show_part_of_inputs}}
<h5 style="margin-top: 2px">
Expand Down

0 comments on commit 29c4360

Please sign in to comment.