mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
log interrupt reason
This commit is contained in:
parent
fda39936ad
commit
13bd05640e
1 changed files with 1 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ func (t *callTracer) GetResult() (json.RawMessage, error) {
|
|||
// Stop terminates execution of the tracer at the first opportune moment.
|
||||
func (t *callTracer) Stop(err error) {
|
||||
t.reason = err
|
||||
fmt.Printf("[JEREMYDEBUG] In callTracer, Stop: err %v\n", err)
|
||||
t.interrupt.Store(true)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue