warning that broadcast is broken

This commit is contained in:
Alex Grintsvayg 2022-02-16 15:27:31 -05:00
parent fcb6580df6
commit 736416d791
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -1322,6 +1322,7 @@
<div class="tab-pane tab-content" id="broadcast"> <div class="tab-pane tab-content" id="broadcast">
<h2>Broadcast Transaction <small>into the LBRY network</small></h2> <h2>Broadcast Transaction <small>into the LBRY network</small></h2>
<div class="alert alert-warning"><strong>Doesn't work right now</strong>. Needs endpoint to broadcast to.</div>
<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 transaction</p> <p>Enter your hex encoded transaction</p>
<textarea class="form-control" style="height:125px" id="rawTransaction"></textarea> <textarea class="form-control" style="height:125px" id="rawTransaction"></textarea>