boradcast transaction working with balance
This commit is contained in:
parent
19181a9462
commit
b47ca42bb2
2 changed files with 81 additions and 76 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue