Not needed.

This commit is contained in:
A R Hansen 2018-10-08 02:16:43 +02:00
commit 4e524a7500

View file

@ -32,7 +32,7 @@ angular.module('copayApp.services').factory('feeService', function($log, $timeou
root.getFeeRate = function(coin, network, feeLevel, cb) { root.getFeeRate = function(coin, network, feeLevel, cb) {
if (feeLevel == 'custom') return cb(); if (feeLevel == 'custom') return cb();
if (feeLevel == 'free') return cb(null, 0); // if (feeLevel == 'free') return cb(null, 0);
network = network || 'livenet'; network = network || 'livenet';