Merge 0f72fa784eedca314e31107893495d3171d3ef6d into cda4559cfd5948dbb18dc078c48a3e62121218e5

This commit is contained in:
BadPirate 2022-01-27 09:34:26 -08:00 committed by GitHub
commit cc9e72de22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1339,7 +1339,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>