|
@@ -749,7 +749,7 @@ async function filterTokenCollectCoins(obj, my_account_all_coins) {
|
|
|
const element = my_account_all_coins.other[index];
|
|
|
var exist = await remote_config_db.tokenCollectCoinsBlacklistExist('token_collect', obj.chain, element.token_address)
|
|
|
if (exist) {
|
|
|
- logger.error('token归集黑名单', obj.address, JSON.stringify(element))
|
|
|
+ logger.error('token归集黑名单 address:', obj.address, JSON.stringify(element))
|
|
|
} else {
|
|
|
new_others.push(element)
|
|
|
}
|