Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
clarify contract we are using
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jul 29, 2016
1 parent 879ec7c commit c4887a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/includes/sendTransaction.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
<div class="form-group col-xs-12">
<p><small> We use standard rates for all gas + a itty-bitty bit more to ensure it gets mined quickly. If you move 1 Ether the total transaction will be that 1 Ether + current gas price + 1 gwei in gas. We do not take a transaction fee.</small></p>
<p><small><strong>* ETH (Standard Transaction):</strong> This generates a default transaction directly from one address to another. It has a default gas of 21000. It is likely that any ETH sent via this method will be replayed onto the ETC chain.</small></p>
<p><small><strong>** Only ETH:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank">Vitalik's replay protection contract</a> so that you only send on the <strong>ETH</strong> chain. </small></p>
<p><small><strong>*** Only ETC:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank">Vitalik's replay protection contract</a> so that you only send on the <strong>ETC</strong> chain. </small></p>
<p><small><strong>** Only ETH:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank"> Timon Rapp's replay protection contract (as recommended by VB)</a> so that you only send on the <strong>ETH</strong> chain. </small></p>
<p><small><strong>*** Only ETC:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank"> Timon Rapp's replay protection contract (as recommended by VB)</a> so that you only send on the <strong>ETC</strong> chain. </small></p>
</div>

<!-- Modal -->
Expand Down

0 comments on commit c4887a9

Please sign in to comment.