Skip to content

Commit

Permalink
+ debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tukan committed Nov 18, 2024
1 parent a4f3133 commit 90ba607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxy/src/rpc/neon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ impl NeonCustomApiServer for EthApiImpl {
return Ok(None);
};

tracing::debug!(?tx_info, "transaction info from database");

let log_filter = Filter::new().select(hash);
let log_filters = convert_filters(log_filter).map_err(Error::from)?;
let logs = self.get_logs(log_filters).await?;
Expand Down

0 comments on commit 90ba607

Please sign in to comment.