austinyearlykim/wolf

(SOLVED) Not enough TRX balance in Binance wallet

Closed this issue · 2 comments

Hi, I have a problem, I have this on my .env file:

BUDGET=0.01785347
PROFIT_PERCENTAGE=1.1
TARGET_ASSET=TRX
BASE_ASSET=BTC

And I am positive I have that BTC balance on Binance. When I run the test I get:
not enough TRX balance in Binance wallet to use W.O.L.F with your budget. Balance: 0.00000000 Budget: 0.01785347

Why is it checking my TRX balance? when I am going to use BTC to buy It....

@pitxels good catch. I'm checking against the wrong variable. Going to do a patch release in the next 10 minutes. Thank you for reporting this!

Fixed:

50cb05e

woohoo