Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Ko committed Oct 7, 2017
1 parent 062f23f commit 23f9c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void sendNewChain(const vector<int> *listOfNodes, string json){
HttpClient client("localhost:"+to_string(port));
try {
auto req = client.request("POST", "/newchain",json);
cout << "Node " << Port << " Reponse: " << req->content.string() << endl;
cout << "Node " << port << " Reponse: " << req->content.string() << endl;
}
catch(const SimpleWeb::system_error &e) {
cerr << "Client request error: " << e.what() << endl;
Expand Down

0 comments on commit 23f9c6b

Please sign in to comment.