Skip to content

Commit

Permalink
migrate to native tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubabasu committed Feb 8, 2022
1 parent 15bd8a4 commit 561e68e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 140 deletions.
112 changes: 0 additions & 112 deletions client/call_tracer.js

This file was deleted.

5 changes: 3 additions & 2 deletions client/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import (
)

var (
tracer = "callTracer"
prefixEth = "/ext/bc/C/rpc"
tracer = "callTracer"
tracerTimeout = "180s"
prefixEth = "/ext/bc/C/rpc"
)

// EthClient provides access to Coreth API
Expand Down
26 changes: 0 additions & 26 deletions client/tracer.go

This file was deleted.

0 comments on commit 561e68e

Please sign in to comment.