Show the broadcast button if txp fails to send
This commit is contained in:
parent
02444a9c43
commit
73513b4488
1 changed files with 8 additions and 0 deletions
|
|
@ -98,3 +98,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="row collapse" ng-show="!tx.missingSignatures && !tx.sentTs">
|
||||||
|
<button class="primary tiny m0 expand"
|
||||||
|
ng-click="broadcast(tx.ntxid)"
|
||||||
|
ng-disabled="loading"> <i class="fi-upload-cloud"></i>
|
||||||
|
<span translate>Broadcast Transaction</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue