Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Mar 7, 2014
1 parent 7d6f8b1 commit d8fc6c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions partials/partial1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class="header"><b>Gentle</b><br>Bitcoin 2of2 nlocktime recovery tool</div>
</div>

<p>Gentle is a tool that GreenAddress.it has developed for ease of mind of its users: Its function is to free funds from your GreenAddress.it wallet without our intervertion.</p>
<p>This means that should we disappear for any reason, including out of our control, your funds are still available to you. See <a href="https://greenaddress.it/en/faq/" target="_blank">https://greenaddress.it/en/faq/</a></p>
<p>Gentle is a tool that <a href="https://greenaddress.it">GreenAddress.it</a> has developed for ease of mind of its users: Its function is to free funds from your GreenAddress.it wallet without our intervertion.</p>
<p>This means that should we disappear for any reason, including out of our control, your funds are still available to you. See <a href="https://greenaddress.it/en/faq/" target="_blank">FAQ</a></p>
<p>The system will automatically provide you with the funds private key and a transaction to send via any service such as Bitcoin-qt, Electrum, <a href="https://coinb.in/send-raw-transaction.html">https://coinb.in/send-raw-transaction.html</a>, <a href="https://blockchain.info/pushtx">https://blockchain.info/pushtx</a></p>
<hr>
<p>
Expand All @@ -20,5 +20,5 @@
<hr>
<p><b>Progress:</b> <span ng-hide="gentle.progress">0</span><span ng-show="gentle.progress">{{ gentle.progress }}</span>%</p>
<p style="word-wrap: break-word;"><b>Transaction to push</b><br><span ng-hide="gentle.rawtx">...</span>{{ gentle.rawtx }}</p>
<p ng-show="gentle.privkey"><b>Private key:</b> {{ gentle.privkey }}</p>
<p ng-show="gentle.privkey"><b>Private key (from your mnemonic):</b> {{ gentle.privkey }}</p>
<p ng-show="gentle.pointer"><b>Reference to key from mnemonic's seed:</b> m/1/{{ gentle.pointer }}</p>

0 comments on commit d8fc6c1

Please sign in to comment.