Skip to content

Commit

Permalink
filler: stop checking fill logs when maker breach found
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Nov 24, 2023
1 parent 4ae52e2 commit 406a312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots/filler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ export class FillerBot implements Bot {
});

errorThisFillIx = true;
continue;
break;
}

const takerBreachedMaintenanceMargin =
Expand Down

0 comments on commit 406a312

Please sign in to comment.