Skip to content

Commit

Permalink
Merge pull request #6 from Leechael/v0.1.2
Browse files Browse the repository at this point in the history
v0.1.3
  • Loading branch information
Leechael authored Nov 16, 2024
2 parents 3bcdea3 + 5e24fea commit 966e1ef
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.2"
version = "0.1.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ async fn main() -> Result<()> {

let state = AppState::new(args.cert_file, args.key_file).context("Failed to create app state")?;

let _ = reqwest::get("https://wapo-testnet.phala.network/_/beacon").await;

tokio::select!(
res = run_internal(state.clone(), config) => res?,
);
Expand Down

0 comments on commit 966e1ef

Please sign in to comment.