Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Dec 30, 2023
1 parent 47e688b commit 88b5cae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ impl Wallet {
if let Ok(f) = query_fee().await {
break f;
}

tracing::warn!("failed to query fee; retrying in 3 seconds");

thread::sleep(Duration::from_secs(3));
};

tracing::info!("current priority fee: {fee} sat/vB");
Expand Down

0 comments on commit 88b5cae

Please sign in to comment.