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