WIP send max fixes

This commit is contained in:
Matias Alejo Garcia 2015-08-11 17:11:40 -03:00
commit 48d6b78667
4 changed files with 39 additions and 16 deletions

View file

@ -22,7 +22,7 @@ angular.module('copayApp.services').factory('feeService', function($log, profile
}
else {
fee = lodash.find(levels, { level: feeLevel }).feePerKB;
$log.debug('Dynamic fee for ' + feeLevel + ': ' + fee);
$log.debug('Dynamic fee for:' + feeLevel + ': ' + fee + ' SAT');
return cb(null, fee);
}
});