updated the #wallet section of the site so that when a transaction fails to broadcast due to a server side error it displays it in a box that can be manually processed elsewhere

This commit is contained in:
OutCast3k
2016-02-09 23:52:55 +00:00
parent 0a8bb6f33a
commit 695947b02d
3 changed files with 12 additions and 3 deletions
+6
View File
@@ -1063,6 +1063,12 @@
<br>
<div id="walletSendConfirmStatus" class="alert alert-danger hidden"></div>
<div id="walletSendFailTransaction" class="alert alert-info hidden">
<b>Raw Transaction:</b>
<p>Below is a copy of the transaction we tried to submit</p>
<textarea class="form-control" readonly></textarea>
</div>
</div>
<div class="modal-footer">