1
0
Fork 0
forked from lthn/blockchain

and fixed another compilation issUe

This commit is contained in:
cryptozoidberg 2024-04-09 23:09:22 +02:00
parent cd88249598
commit a91ded81b0
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -288,7 +288,7 @@ int main(int argc, char* argv[])
//query_info.m_body = "{\"jsonrpc\": \"2.0\", \"method\": \"nonexisting_method\", \"params\": {}},";
//rpc_server.handle_http_request_map(query_info, response_info, conn_context, call_found, json_rpc_reference);
LOG_PRINT_L0(generate_reference);
//LOG_PRINT_L0(generate_reference);
return 0;
}