Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangui-Bitfly committed Oct 7, 2024
1 parent 1127a6f commit c1a27cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rpc/erigon.go
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,6 @@ func (client *ErigonClient) getTraceGeth(block *geth_types.Block) ([]*Eth1Intern
toRevert = make(map[*GethTraceCallResult]struct{})
}
transactionPosition = trace.TransactionPosition
if trace.Type == "CREATE2" {
}
switch trace.Type {
case "CREATE2":
trace.Type = "CREATE"
Expand Down

0 comments on commit c1a27cd

Please sign in to comment.