Skip to content

Commit a6796ea

Browse files
apollo_gateway: remove redundant instrument from validate
1 parent d44ad43 commit a6796ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/apollo_gateway/src/stateless_transaction_validator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pub struct StatelessTransactionValidator {
2929
}
3030

3131
impl StatelessTransactionValidator {
32-
#[instrument(skip(self), level = Level::INFO, err)]
3332
pub fn validate(&self, tx: &RpcTransaction) -> StatelessTransactionValidatorResult<()> {
3433
// TODO(Arni, 1/5/2024): Add a mechanism that validate the sender address is not blocked.
3534
// TODO(Arni, 1/5/2024): Validate transaction version.

0 commit comments

Comments
 (0)