@@ -296,6 +296,7 @@ async function withdraw_task() {
}
try {
+ logger.info('withdraw exec obj',exec_obj)
//是否是黑名单
var isBlackList = await remote_config_db.isBlackList('withdraw', exec_obj.chain, exec_obj.receiver)
if (isBlackList) {