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

Commit 88b5cae

Browse files
committed
Log
1 parent 47e688b commit 88b5cae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ impl Wallet {
194194
if let Ok(f) = query_fee().await {
195195
break f;
196196
}
197+
198+
tracing::warn!("failed to query fee; retrying in 3 seconds");
199+
200+
thread::sleep(Duration::from_secs(3));
197201
};
198202

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

0 commit comments

Comments
 (0)