Removes unused variable

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-22 12:41:50 -03:00
parent d7867597de
commit 4484856687
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ angular.module('copayApp.controllers').controller('confirmController', function(
var unitToSatoshi = walletConfig.settings.unitToSatoshi;
var unitDecimals = walletConfig.settings.unitDecimals;
var satToUnit = 1 / unitToSatoshi;
var touchIdEnabled = config.touchIdFor && config.touchIdFor[wallet.id];
var configFeeLevel = walletConfig.settings.feeLevel ? walletConfig.settings.feeLevel : 'normal';