Not needed.
This commit is contained in:
parent
c0a14fe11c
commit
4e524a7500
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ angular.module('copayApp.services').factory('feeService', function($log, $timeou
|
|||
root.getFeeRate = function(coin, network, feeLevel, cb) {
|
||||
|
||||
if (feeLevel == 'custom') return cb();
|
||||
if (feeLevel == 'free') return cb(null, 0);
|
||||
// if (feeLevel == 'free') return cb(null, 0);
|
||||
|
||||
network = network || 'livenet';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue