mirror of
https://github.com/ok2/coinbin.git
synced 2026-05-09 18:15:23 +02:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user