|
@@ -896,7 +896,7 @@ const collectCoins = async(obj) => {
|
|
|
logger.log(' logParams.transfers=', logParams.transfers)
|
|
|
|
|
|
//是否需要归集
|
|
|
- return obj.address + ':暂停归集过程';
|
|
|
+ // return obj.address + ':暂停归集过程';
|
|
|
if (transFerGasFree.totalCount > 0) {
|
|
|
//需要转移 gas 费
|
|
|
//每次都需要充值 gas 费
|
|
@@ -1134,6 +1134,7 @@ async function transfer_(opts) {
|
|
|
if (opts.type != 'native') {
|
|
|
opts.type = 'token'
|
|
|
}
|
|
|
+ opts.amount = (opts.amount * .999999999).toLocaleString('fullwide', { useGrouping: false })
|
|
|
opts.chain = utils.getChainIdToName(opts.chainId)
|
|
|
var ret = await czz.withdraw(opts)
|
|
|
if (ret && ret.data && ret.code == 0) {
|