Skip to content

Commit

Permalink
Remove unimplemented TraceBlock call
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoe committed Oct 21, 2024
1 parent 00e52dc commit e503014
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/evm/jsonrpc/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,12 +593,6 @@ func (d *DebugService) GetRawBlock(blockNrOrHash rpc.BlockNumberOrHash) (interfa
})
}

func (d *DebugService) TraceBlock(blockNrOrHash rpc.BlockNumberOrHash) (interface{}, error) {
return withMetrics(d.metrics, "debug_traceBlockByHash", func() (interface{}, error) {
return d.evmChain.GetRawBlock(blockNrOrHash)
})
}

type EVMService struct {
evmChain *EVMChain
}
Expand Down

0 comments on commit e503014

Please sign in to comment.