mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 05:14:14 +00:00
52fd8b8129
After recent changes, there's only one call left to `setupComputation`, and it's just a variant like `rpcSetupComputation` but for transaction processing. The similarity to `rpcSetupComputation` is obvious. Gather this into `call_evm`: `setupComputation` -> `txSetupComputation`. Signed-off-by: Jamie Lokier <jamie@shareable.org>