Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Jan 6, 2025
1 parent 00105c5 commit 73fc4fd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ic-solana-rpc/src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,4 @@ mod test {
[176350350, 182008596, 124425270996, 124439692130]
);
}

#[test]
fn test1() {
let payload = r#"{"jsonrpc":"2.0","method":"sol_getHealth","params":[],"id":1}"#;
let cost = get_http_request_cost(payload.len() as u64, 128u64);
println!("cost: {}", cost);
}
}

0 comments on commit 73fc4fd

Please sign in to comment.