Skip to content

Commit 729f459

Browse files
committed
Update lib.rs
1 parent 2ca993b commit 729f459

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

searcher_client/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,9 @@ where
112112

113113
let result = send_bundle_no_wait(transactions, searcher_client).await?;
114114

115-
// grab uuid from block engine + wait for results
116115
let uuid = result.into_inner().uuid;
117116
info!("Bundle sent. UUID: {:?}", uuid);
118117

119-
info!("Waiting for 10 seconds to hear results...");
120118
let mut time_left = 10000;
121119
while let Ok(Some(Ok(results))) = timeout(
122120
Duration::from_millis(time_left),
@@ -184,6 +182,7 @@ where
184182
error.to_string(),
185183
)));
186184
}
185+
187186
info!("Bundle landed successfully");
188187
for sig in bundle_signatures.iter() {
189188
info!("https://solscan.io/tx/{}", sig);

0 commit comments

Comments
 (0)