mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-04 13:07:44 +00:00
debug
This commit is contained in:
@@ -103,6 +103,7 @@ impl JitoClient {
|
||||
};
|
||||
|
||||
let result = self.send_request(&endpoint, "getTipAccounts", None).await?;
|
||||
println!("get_tip_accounts result: {:?}", serde_json::to_string_pretty(&result).unwrap());
|
||||
let tip_accounts = TipAccountResult::from(result).map_err(|e| anyhow!(e))?;
|
||||
Ok(tip_accounts)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user