timestamp
This commit is contained in:
@@ -7,6 +7,7 @@ const getUSDTTxList = async address => {
|
||||
const res = await ERC20.getActions(address, USDTAddr, startBlock).catch(err => {
|
||||
if (err) return [];
|
||||
});
|
||||
mylog.info(res, res.filter(tx => tx.to === address));
|
||||
return res.filter(tx => tx.to === address); //只取转入到本地址的
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user