Merge pull request #2334 from cmgustavo/bugs/broadcast-button

Show the broadcast button if txp fails to send
This commit is contained in:
Matias Pando 2015-01-23 12:05:19 -03:00
commit ce1d87eaa2
1 changed files with 8 additions and 0 deletions

View File

@ -98,3 +98,11 @@
</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>