• Martin Holst Swende's avatar
    cmd/evm: add back stateroot to jsonl-output (#27968) · 8d249298
    Martin Holst Swende authored
    The PR #26274 broke the evm statetest command a bit, in that it stopped spitting out the stateroot following a non-successful statetest-execution. 
    
    This PR changes it back, so the stateroot is unconditionally output on stderr, and makes it so fuzzing works again.
    8d249298
staterunner.go 4.3 KB