Skip to content

Commit

Permalink
add CaptureTxStart&CaptureTxEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
HanWang233 committed Jun 28, 2022
1 parent 3296ee7 commit 08cee11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/vm/dump_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ func (l *ParityLogger) CaptureStart(env *EVM, from, to common.Address, create bo
}
}

func (l *ParityLogger) CaptureTxStart(gasLimit uint64) {
}

func (l *ParityLogger) CaptureTxEnd(restGas uint64) {
}

func (l *ParityLogger) CaptureFault(uint64, OpCode, uint64, uint64, *ScopeContext, int, error) {
}

Expand Down

0 comments on commit 08cee11

Please sign in to comment.