mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
update chat client for new API
This commit is contained in:
@@ -70,7 +70,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
endpoint.connect(con);
|
||||
|
||||
boost::thread t(boost::bind(&client::run, &endpoint));
|
||||
boost::thread t(boost::bind(&client::run, &endpoint, false));
|
||||
|
||||
char line[512];
|
||||
while (std::cin.getline(line, 512)) {
|
||||
|
||||
Reference in New Issue
Block a user