Ver Fonte

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

DevYK há 2 anos atrás
pai
commit
3565e16cac
1 ficheiros alterados com 1 adições e 0 exclusões
  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) {