Change wallet icons for btc, bch and testnet
This commit is contained in:
parent
e1aa5cc8f8
commit
450be84fcc
22 changed files with 50 additions and 20 deletions
|
|
@ -18,7 +18,6 @@ angular.module('copayApp.services').factory('txFormatService', function($filter,
|
|||
};
|
||||
|
||||
root.formatAmountStr = function(wallet, satoshis) {
|
||||
console.log('[txFormatService.js:20]',wallet); //TODO/
|
||||
if (isNaN(satoshis)) return;
|
||||
return root.formatAmount(satoshis) + ' ' + wallet.chain;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue