Skip to content

Commit

Permalink
testgen: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Jan 17, 2024
1 parent 8a59637 commit 73eb2e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testgen/generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import (
)

var (
eip4788Contract = common.HexToAddress("0x000f3df6d732807ef1319fb7b8bb8522d0beac02")
emitContract = common.HexToAddress("0x7dcd17433742f4c0ca53122ab541d0ba67fc27df")
emitContract = common.HexToAddress("0x7dcd17433742f4c0ca53122ab541d0ba67fc27df")
)

type T struct {
Expand Down

0 comments on commit 73eb2e8

Please sign in to comment.