|  | @@ -801,17 +801,17 @@ const collectCoins = async (obj) => {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      if (obj.address && obj.address.toLowerCase() == '0x00e55829d80Bd73d32D2410681Af48Aa2d199aAE'.toLowerCase()) {
 | 
	
		
			
				|  |  | -        my_account_all_coins.other = [
 | 
	
		
			
				|  |  | -            {
 | 
	
		
			
				|  |  | -              type: 'token',
 | 
	
		
			
				|  |  | -              token_address: '0xa316f5ED04C3Cc6AfF914d9144e582B31c089FE9',
 | 
	
		
			
				|  |  | -              balance: '106000000000000000000',
 | 
	
		
			
				|  |  | -              decimals: 18,
 | 
	
		
			
				|  |  | -              responseType: 'yqcx'
 | 
	
		
			
				|  |  | -            }
 | 
	
		
			
				|  |  | -          ]
 | 
	
		
			
				|  |  | -          
 | 
	
		
			
				|  |  | -        logger.error("手动处理归集:",obj.address,JSON.stringify(my_account_all_coins.other))
 | 
	
		
			
				|  |  | +        // my_account_all_coins.other = [
 | 
	
		
			
				|  |  | +        //     {
 | 
	
		
			
				|  |  | +        //       type: 'token',
 | 
	
		
			
				|  |  | +        //       token_address: '0xa316f5ED04C3Cc6AfF914d9144e582B31c089FE9',
 | 
	
		
			
				|  |  | +        //       balance: '106000000000000000000',
 | 
	
		
			
				|  |  | +        //       decimals: 18,
 | 
	
		
			
				|  |  | +        //       responseType: 'yqcx'
 | 
	
		
			
				|  |  | +        //     }
 | 
	
		
			
				|  |  | +        //   ]
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        // logger.error("手动处理归集:",obj.address,JSON.stringify(my_account_all_coins.other))
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      try {
 |