Skip to content

Commit 720dabf

Browse files
committed
Cleaned out an unused testing variable.
1 parent 3a8dbff commit 720dabf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/binance/api/client/config/BinanceApiConfig.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ public class BinanceApiConfig {
1010
*/
1111
private static String BASE_DOMAIN = "binance.com";
1212

13-
/**
14-
* Default receiving window.
15-
*/
16-
private static long DEFAULT_RECEIVING_WINDOW = 6_000_000L;
17-
1813
/**
1914
* Set the URL base domain name (e.g., binance.com).
2015
*

0 commit comments

Comments
 (0)