Skip to content

Commit

Permalink
Removed tracers
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers authored and wizeguyy committed Jan 25, 2023
1 parent 54729f7 commit 220e076
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 5,210 deletions.
2 changes: 0 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import (
"github.com/dominant-strategies/go-quai/eth/downloader"
"github.com/dominant-strategies/go-quai/eth/ethconfig"
"github.com/dominant-strategies/go-quai/eth/gasprice"
"github.com/dominant-strategies/go-quai/eth/tracers"
"github.com/dominant-strategies/go-quai/ethdb"
"github.com/dominant-strategies/go-quai/ethstats"
"github.com/dominant-strategies/go-quai/internal/ethapi"
Expand Down Expand Up @@ -1559,7 +1558,6 @@ func RegisterEthService(stack *node.Node, cfg *ethconfig.Config) (ethapi.Backend
if err != nil {
Fatalf("Failed to register the Ethereum service: %v", err)
}
stack.RegisterAPIs(tracers.APIs(backend.APIBackend))
return backend.APIBackend, backend
}

Expand Down
Loading

0 comments on commit 220e076

Please sign in to comment.