• Mark Tyneway's avatar
    l2geth: remove layer of indirection with state manager · 75d8dcd3
    Mark Tyneway authored
    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.
    75d8dcd3
ovm_state_manager.go 7.65 KB