Skip to content

Commit

Permalink
Suppress executor-related error message for Gemini 3c
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Feb 26, 2023
1 parent eff34a0 commit e7d2feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-transaction-pool/src/bundle_validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ where
self.bundle_collector
.on_new_best_block(new_best_hash, bundles)
}) {
tracing::error!(
tracing::debug!(
%err,
"Failed to update recent stored bundles for bundle-validator"
);
Expand Down

0 comments on commit e7d2feb

Please sign in to comment.