mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/tracers/logger: revert json-logger change
This commit is contained in:
parent
583fb9bff8
commit
6be8969383
1 changed files with 0 additions and 4 deletions
|
|
@ -100,7 +100,3 @@ func (l *JSONLogger) CaptureExit(output []byte, gasUsed uint64, err error) {}
|
|||
func (l *JSONLogger) CaptureTxStart(gasLimit uint64) {}
|
||||
|
||||
func (l *JSONLogger) CaptureTxEnd(restGas uint64) {}
|
||||
|
||||
func (l *JSONLogger) GetResult() (json.RawMessage, error) { return nil, nil }
|
||||
|
||||
func (l *JSONLogger) Stop(err error) {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue