Skip to content

Commit

Permalink
#81 explained
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 13, 2018
1 parent 2d8111a commit 34c9ae9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion views/btc.haml
Expand Up @@ -39,6 +39,13 @@
%input{type: 'text', name: 'keygap', placeholder: 'Your secret...', autocomplete: 'off'}
%label The amount to sell:
%input{type: 'text', name: 'amount', size: 12, autocomplete: 'off'}
%label BTC wallet to send to:
%label
Bitcoin
%a{href: 'https://en.bitcoin.it/wiki/Address'} address
to send to, in
%a{href: 'https://en.bitcoin.it/wiki/Transaction#Pay-to-PubkeyHash'} P2PKH
or
%a{href: 'https://en.bitcoin.it/wiki/Pay_to_script_hash'} P2SH
format:
%input{type: 'text', name: 'btc', maxlength: 36, size: 45, autocomplete: 'off'}
%input{type: 'submit', onclick: "return confirm('Are you sure? This operation is not reversable!')"}

0 comments on commit 34c9ae9

Please sign in to comment.