Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

new version https://github.com/mussonero/binance-cxx-api-v2


```

⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀⠉⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
Expand Down
2 changes: 1 addition & 1 deletion include/binance_websocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace binance
public :
static void connect_endpoint(CB user_cb, const char* path);
static void init();
static void enter_event_loop(std::chrono::hours hours = std::chrono::hours(24));
static void enter_event_loop(const std::chrono::hours &hours = std::chrono::hours(24));
};
}

Expand Down
Loading