mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
stfmt
This commit is contained in:
parent
d0418a2013
commit
4b99c0f4c6
1 changed files with 1 additions and 1 deletions
|
|
@ -955,7 +955,7 @@ func (api *API) traceTx(ctx context.Context, tx *types.Transaction, message *cor
|
||||||
defer func() {
|
defer func() {
|
||||||
if r := recover(); r != nil {
|
if r := recover(); r != nil {
|
||||||
value = 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 {
|
if config == nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue