We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d0b17 commit cf770a2Copy full SHA for cf770a2
src/tasks/block.rs
@@ -162,12 +162,6 @@ impl BlockBuilder {
162
ru_provider: &WalletlessProvider,
163
in_progress: &mut InProgressBlock,
164
) {
165
- // Authenticate before fetching to ensure access to a valid token
166
- if let Err(err) = self.bundle_poller.authenticator.authenticate().await {
167
- error!(err = %err, "bundle fetcher failed to authenticate");
168
- return;
169
- }
170
-
171
trace!("query bundles from cache");
172
let bundles = self.bundle_poller.check_bundle_cache().await;
173
// TODO: Sort bundles received from cache
0 commit comments