diff --git a/src/modules/fund/fund.controller.js b/src/modules/fund/fund.controller.js index 77687ec..3d60675 100644 --- a/src/modules/fund/fund.controller.js +++ b/src/modules/fund/fund.controller.js @@ -23,11 +23,13 @@ const withdrawCoinsList = [{ id: 'vic', label: 'vic', fee: 0.005, -}, { - id: 'usdt', - label: 'usdt', - fee: 0.005 -}]; +}, +// { +// id: 'usdt', +// label: 'usdt', +// fee: 0.005 +// } +]; module.exports = { async getFundDetail (req, res) {