change unit/kB for sat/Byte in fee rate
This commit is contained in:
parent
e29550ea0b
commit
f681122fd6
3 changed files with 5 additions and 10 deletions
|
|
@ -50,12 +50,7 @@ angular.module('copayApp.services').factory('feeService', function($log, $stateP
|
|||
walletClient.getFeeLevels('testnet', function(errTestnet, levelsTestnet) {
|
||||
if (errLivenet || errTestnet) {
|
||||
return cb(gettextCatalog.getString('Could not get dynamic fee'));
|
||||
} else {
|
||||
lodash.each(lodash.union(levelsLivenet, levelsTestnet), function(level) {
|
||||
level.feePerKBUnit = txFormatService.formatAmount(level.feePerKB) + ' ' + unitName;
|
||||
});
|
||||
}
|
||||
|
||||
return cb(null, {
|
||||
'livenet': levelsLivenet,
|
||||
'testnet': levelsTestnet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue