mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
beb750b8df
The last caller of `setupComputation` is gone, now that it's been replaced by the single entry point for all EVM calls, `runComputation`. With this removal, EVM's `Computation` type should no longer be used anywhere outside the call module (except in some tests and the EVM itself). Signed-off-by: Jamie Lokier <jamie@shareable.org>