ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
47.71k stars 20.19k forks source link

eth/tracers/logger: fix json-logger output missing #30804

Closed holiman closed 20 hours ago

holiman commented 21 hours ago

Fixes a flaw introduced in https://github.com/ethereum/go-ethereum/pull/29795 , discovered while reviewing https://github.com/ethereum/go-ethereum/pull/30633 .

Merge this and rebase https://github.com/ethereum/go-ethereum/pull/30633 on top of it?