l2geth: remove layer of indirection with state manager
This PR removes the assignment of a pointer to the state manager abi and just directly uses it instead. There is an assumption that the state manager abi exists, but this check happens at startup time, when the abis are pulled from the state dump.
Showing
Please register or sign in to comment