Skip to content

Commit

Permalink
stfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 committed Dec 12, 2024
1 parent d0418a2 commit 4b99c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ func (api *API) traceTx(ctx context.Context, tx *types.Transaction, message *cor
defer func() {
if r := recover(); r != nil {
value = nil
returnErr = fmt.Errorf("panic occured: %s, could not trace tx: %s", r, tx.Hash())
returnErr = fmt.Errorf("panic occured: %v, could not trace tx: %s", r, tx.Hash())
}
}()
if config == nil {
Expand Down

0 comments on commit 4b99c0f

Please sign in to comment.