small interface bugfix
This commit is contained in:
parent
133a5d2858
commit
1da38e46f7
2 changed files with 3 additions and 3 deletions
|
@ -390,7 +390,7 @@
|
|||
<div class="row">
|
||||
|
||||
<div class="col-md-11">
|
||||
<p>Use <i><a href="https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki" target="_blank">OP_CHECKLOCKTIMEVERIFY</a></i> (OP_HODL) to create a time locked address where the funds are unspendable before a set date and time has passed.</p>
|
||||
<p>Use <i><a href="https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki" target="_blank">OP_CHECKLOCKTIMEVERIFY</a></i> (OP_HODL) to create a time locked address where the funds are unspendable until a set date and time has passed.</p>
|
||||
<p>Public keys can be <a href="#newAddress">generated in your browser</a> or from your bitcoin client</a>.</p>
|
||||
<p>Enter the public key that will be able to unlock the funds after the a certain date.
|
||||
</div>
|
||||
|
@ -696,7 +696,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control pubkey" value="" readonly>
|
||||
<input type="text" class="form-control address pubkey" value="" readonly>
|
||||
<span class="input-group-btn">
|
||||
<button class="qrcodeBtn btn btn-default" type="button" data-toggle="modal" data-target="#modalQrcode"><span class="glyphicon glyphicon-qrcode"></span></button>
|
||||
</span>
|
||||
|
|
2
sha1sum
2
sha1sum
|
@ -29,4 +29,4 @@ de51a8494180a6db074af2dee2383f0a363c5b08 ./fonts/glyphicons-halflings-regular.s
|
|||
278e49a86e634da6f2a02f3b47dd9d2a8f26210f ./fonts/glyphicons-halflings-regular.woff
|
||||
44bc1850f570972267b169ae18f1cb06b611ffa2 ./fonts/glyphicons-halflings-regular.ttf
|
||||
48ff08f459ff55ae54e594b4ae307d1d8e6f74b3 ./README.md
|
||||
2ad813161c99d432eebfea4c68e48e4040519913 ./index.html
|
||||
d177fa420801a3216e312f9364e3fa2ad24c866e ./index.html
|
||||
|
|
Loading…
Reference in a new issue