Skip to content

Commit

Permalink
Update internal/ethereum/get_receipt.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chengxuan Xing <[email protected]>
Signed-off-by: Matt Whitehead <[email protected]>
  • Loading branch information
matthew1001 and Chengxuan authored Apr 8, 2024
1 parent bb1f5ad commit 50b17d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethereum/get_receipt.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (c *ethConnector) getErrorInfo(ctx context.Context, transactionHash string,

var revertReason string
if revertFromReceipt == nil {
log.L(ctx).Debug("No revert reason for the failed transaction found in the receipt. Calling debug_traceTransaction to retrieve it.")
log.L(ctx).Trace("No revert reason for the failed transaction found in the receipt. Calling debug_traceTransaction to retrieve it.")
// Attempt to get the return value of the transaction - not possible on all RPC endpoints
var debugTrace *txDebugTrace
traceErr := c.backend.CallRPC(ctx, &debugTrace, "debug_traceTransaction", transactionHash)
Expand Down

0 comments on commit 50b17d6

Please sign in to comment.