sanitize wallet list
This commit is contained in:
parent
18ddf8e298
commit
2e7cd8770c
2 changed files with 7 additions and 4 deletions
|
|
@ -792,7 +792,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
if (!txs || !txs[0]) return;
|
||||
|
||||
var cacheUnit = txs[0].amountStr.split(' ')[1];
|
||||
console.log('[index.js.794:cacheUnit:]', cacheUnit, config.unitName); //TODO
|
||||
|
||||
if (cacheUnit == config.unitName)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue