mirror of
https://github.com/OutCast3k/coinbin.git
synced 2026-05-19 07:54:21 +02:00
Allow for QR Code scanning from broadcast field.
This commit is contained in:
parent
abd2191c50
commit
0f72fa784e
@ -1270,7 +1270,12 @@
|
|||||||
<h2>Broadcast Transaction <small>into the bitcoin network</small></h2>
|
<h2>Broadcast Transaction <small>into the bitcoin network</small></h2>
|
||||||
<a href="#settings" style="float:right;"><span class="glyphicon glyphicon-cog"></span></a>
|
<a href="#settings" style="float:right;"><span class="glyphicon glyphicon-cog"></span></a>
|
||||||
<p>Enter your hex encoded bitcoin transaction</p>
|
<p>Enter your hex encoded bitcoin transaction</p>
|
||||||
<textarea class="form-control" style="height:125px" id="rawTransaction"></textarea>
|
<div class="input-group">
|
||||||
|
<span class="input-group-text">
|
||||||
|
<button class="btn btn-info qrcodeScanner" type="button" data-toggle="modal" data-target="#modalQrcodeScanner" forward-result="#rawTransaction"><span class="glyphicon glyphicon-camera"></span></button>
|
||||||
|
</span>
|
||||||
|
<textarea class="form-control" style="height:125px" id="rawTransaction"></textarea>
|
||||||
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div id="rawTransactionStatus" class="alert hidden">
|
<div id="rawTransactionStatus" class="alert hidden">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user