boradcast transaction working with balance

This commit is contained in:
Javier 2015-10-07 16:48:52 -03:00
commit b47ca42bb2
2 changed files with 81 additions and 76 deletions

View file

@ -43,7 +43,7 @@
ng-disabled="paperWallet.scanning || !paperWallet.scannedKey"
ng-style="{'background-color':index.backgroundColor}"
class="button black round expand"
ng-click="paperWallet.createTx(inputData, passphrase)"
ng-click="paperWallet.scanFunds()"
translate>Scan Wallet Funds
</button>
</div>
@ -62,7 +62,7 @@
ng-disabled="paperWallet.sending"
ng-style="{'background-color':index.backgroundColor}"
class="button black round expand"
ng-click="paperWallet.transaction()"
ng-click="paperWallet.sweepWallet()"
translate>Sweep Wallet
</button>
<div class="text-center">