eth/tracers/logger: revert json-logger change

This commit is contained in:
Martin Holst Swende 2023-11-23 10:27:56 +01:00
parent 583fb9bff8
commit 6be8969383
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -100,7 +100,3 @@ func (l *JSONLogger) CaptureExit(output []byte, gasUsed uint64, err error) {}
func (l *JSONLogger) CaptureTxStart(gasLimit uint64) {} func (l *JSONLogger) CaptureTxStart(gasLimit uint64) {}
func (l *JSONLogger) CaptureTxEnd(restGas uint64) {} func (l *JSONLogger) CaptureTxEnd(restGas uint64) {}
func (l *JSONLogger) GetResult() (json.RawMessage, error) { return nil, nil }
func (l *JSONLogger) Stop(err error) {}