Allow for QR Code scanning from broadcast field.

This commit is contained in:
Kevin Lohman 2018-02-05 11:50:18 -08:00
parent abd2191c50
commit 0f72fa784e

View File

@ -1270,7 +1270,12 @@
<h2>Broadcast Transaction <small>into the bitcoin network</small></h2>
<a href="#settings" style="float:right;"><span class="glyphicon glyphicon-cog"></span></a>
<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>
<div id="rawTransactionStatus" class="alert hidden">
</div>