Updates templates.pot

This commit is contained in:
Gustavo Maximiliano Cortez 2015-08-12 17:11:32 -03:00
commit fcaf035369
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 130 additions and 29 deletions

View file

@ -724,7 +724,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
feeService.getCurrentFeeValue(self.currentSendFeeLevel, function(err, feePerKb) {
if (err) $log.debug(err);
console.log('[walletHome.js.757:amount:]', amount, feePerKb); //TODO
fc.sendTxProposal({
toAddress: address,
amount: amount,