This commit is contained in:
William
2025-02-12 22:53:10 +08:00
parent 794b68caa5
commit 76e4d8f46c
+1
View File
@@ -110,6 +110,7 @@ impl JitoClient {
async fn send_request(&self, endpoint: &str, method: &str, params: Option<Value>) -> Result<Value> {
let url = format!("{}{}", self.base_url, endpoint);
println!("send_request url: {:?}", url);
let data = json!({
"jsonrpc": "2.0",