mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-09 15:10:56 +00:00
debug
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user