Skip to content

Commit 004c937

Browse files
committed
fixed typo
1 parent f7b7aab commit 004c937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/swaps/SwapClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ abstract class SwapClient extends EventEmitter {
236236
currency: string,
237237
emit: Function,
238238
) => {
239-
if (localBalance < 490000001) {
239+
if (localBalance < alertThreshold) {
240240
emit('lowTradingBalance', {
241241
totalBalance,
242242
currency,

0 commit comments

Comments
 (0)