Merge pull request #2334 from cmgustavo/bugs/broadcast-button
Show the broadcast button if txp fails to send
This commit is contained in:
commit
ce1d87eaa2
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