mirror of
https://github.com/OutCast3k/coinbin.git
synced 2025-12-25 20:04:36 +01:00
Merge 0f72fa784eedca314e31107893495d3171d3ef6d into cda4559cfd5948dbb18dc078c48a3e62121218e5
This commit is contained in:
commit
cc9e72de22
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user