Skip to content

Commit

Permalink
Update cmcBot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-778 authored Mar 30, 2022
1 parent 837d514 commit 5db2bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmcBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ async function sell(tokenObj, isProfit) {

}

if (buyCount == config.numberOfTokensToBuy) {
if (sellCount == config.numberOfTokensToBuy) {
console.log("All tokens sold");
process.exit();
}
Expand Down

0 comments on commit 5db2bfc

Please sign in to comment.