mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-08 01:01:34 +00:00
internal/ethapi: fixed linting error
This commit is contained in:
parent
23312e0716
commit
05eb3d5f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -869,7 +869,7 @@ func DoCall(ctx context.Context, b Backend, args CallArgs, blockNrOrHash rpc.Blo
|
||||||
}
|
}
|
||||||
return nil, fmt.Errorf("execution reverted: %v", reason)
|
return nil, fmt.Errorf("execution reverted: %v", reason)
|
||||||
}
|
}
|
||||||
return result, nil
|
return result, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// Call executes the given transaction on the state for the given block number.
|
// Call executes the given transaction on the state for the given block number.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue