From 2aff4fc98efbff51d9f812571aca35dd82fb269e Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Tue, 27 Sep 2016 17:06:51 +0800 Subject: [PATCH] started work on /checkandpush --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 2f4e077..83015ba 100644 --- a/main.cpp +++ b/main.cpp @@ -217,7 +217,7 @@ int main(int ac, const char* av[]) { CROW_ROUTE(app, "/checkandpush").methods("POST"_method) ([&](const crow::request& req) { //string rawtxdata = string(req.post().get("rawtxdata")); - //crow::query_string post_data = crow::query_string(req.body); + //crow::query_string post_data = crow::query_string(string("?#")+req.body); //cout << post_data.get("rawtxdata") << endl; cout << req.body << endl;