Explorar el Código

增加归集和提币黑名单列表

DevYK hace 2 años
padre
commit
3565e16cac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      routes/sdk.js

+ 1 - 0
routes/sdk.js

@@ -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) {