mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/tracers: JSONLogger implement tracers.Tracer
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
5bf8769fb0
commit
2a8b1a8b1a
1 changed files with 4 additions and 0 deletions
|
|
@ -100,3 +100,7 @@ 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