fix: trade errors out when no exchange is set

This commit is contained in:
Rafael Taranto 2025-04-18 12:22:33 +01:00
parent 8b1cbce86f
commit 1a109465ea
2 changed files with 24 additions and 28 deletions

View file

@ -35,7 +35,6 @@ function getDiscountRate (discount, commission) {
}
module.exports = {
truncateCrypto,
fiatToCrypto,
getDiscountRate
}