mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
look up version rather than hardcode
This commit is contained in:
@@ -61,7 +61,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
std::stringstream url;
|
||||
|
||||
url << uri << "/runCase?case=" << i << "&agent=WebSocketpp/0.3.0-alpha2";
|
||||
url << uri << "/runCase?case=" << i << "&agent=" << websocketpp::user_agent;
|
||||
|
||||
con = echo_client.get_connection(url.str(), ec);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user