eth/tracers/logger: use omitempty to reduce log bloat (#24547)
Makes the evm json output less verbose: omitting output of `memory` and `returndata` in case they are empty.
Showing
Please register or sign in to comment
Makes the evm json output less verbose: omitting output of `memory` and `returndata` in case they are empty.