Skip to content

Commit

Permalink
+debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tukan committed Nov 11, 2024
1 parent 6f9d234 commit f366670
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 @@ -626,6 +626,8 @@ impl NeonCustomApiServer for EthApiImpl {
neon_costs: neon_costs_draft.values().cloned().collect(),
};

tracing::debug!(?receipt, "neon_receipt");

Ok(Some(receipt))
}

Expand Down

0 comments on commit f366670

Please sign in to comment.