Skip to content

Commit

Permalink
Merge pull request #5 from Leechael/v0.1.2
Browse files Browse the repository at this point in the history
v0.1.2
  • Loading branch information
Leechael authored Nov 16, 2024
2 parents f1710e3 + b425e9d commit 3bcdea3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tappd-simulator"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 0 additions & 2 deletions src/rpc_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ impl TappdRpc for InternalRpcHandler {
}

async fn tdx_quote(self, request: TdxQuoteArgs) -> Result<TdxQuoteResponse> {
let _ = reqwest::get("https://wapo-testnet.phala.network/_/quote").await;

let mut runner = TestRunner::default();

let mut header = <Header as Arbitrary>::arbitrary().new_tree(&mut runner).expect("Failed to create value tree").current();
Expand Down

0 comments on commit 3bcdea3

Please sign in to comment.