diff --git a/main.cpp b/main.cpp index bd60012..dd78022 100644 --- a/main.cpp +++ b/main.cpp @@ -130,7 +130,7 @@ int main(int ac, const char* av[]) { // }); CROW_ROUTE(app, "/tx/") - ([&](const crow::request& req) { + ([&](const crow::request& req, string tx_hash) { for (const auto& m : req.headers) cout << m.first << ": " << m.second << endl;