This commit is contained in:
Matias Alejo Garcia 2016-06-21 13:02:32 -03:00
parent 08fb478195
commit 76b8c466d8
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ angular.module('copayApp.directives')
var val = function(value) {
var settings = configService.getSync().wallet.settings;
var vNum = Number((value * settings.unitToSatoshi).toFixed(0));
console.log('[directives.js.96:vNum:]', vNum); //TODO
if (typeof value == 'undefined' || value == 0) {
ctrl.$pristine = true;
}