Skip to content

Commit

Permalink
Merge pull request #101 from Virus-Axel/bugfix/update_latest_blockhash
Browse files Browse the repository at this point in the history
Fix build errors for web platform
  • Loading branch information
Virus-Axel authored Nov 6, 2023
2 parents e15598c + 1b435e2 commit 93f0a3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/solana_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ Dictionary SolanaClient::quick_http_request(const String& request_body){
return json.get_data();

#else
http_headers.append("Content-Type: application/json");
http_headers.append("Accept-Encoding: json");
String web_script = "\
var request = new XMLHttpRequest();\
request.open('POST', '{0}', false);\
Expand Down

0 comments on commit 93f0a3b

Please sign in to comment.