Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Oct 28, 2024
1 parent 3139939 commit 5823f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type ImplTxProver = MockTxProver;
static PROVER: OnceCell<ImplTxProver> = OnceCell::const_new();

pub async fn get_prover() -> &'static impl TxProver {
let default_urls = &["https://https://pivxla.bz", "https://duddino.com"];
let default_urls = &["https://pivxla.bz", "https://duddino.com"];
for url in default_urls {
if let Ok(prover) = get_with_url(url).await {
return prover;
Expand Down

0 comments on commit 5823f16

Please sign in to comment.