mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
rework app tutorial step 2
This commit is contained in:
@@ -9,7 +9,6 @@ typedef websocketpp::client<websocketpp::config::asio_client> client;
|
||||
int main() {
|
||||
bool done = false;
|
||||
std::string input;
|
||||
websocket_endpoint endpoint;
|
||||
|
||||
while (!done) {
|
||||
std::cout << "Enter Command: ";
|
||||
|
||||
Reference in New Issue
Block a user