Skip to content

Commit

Permalink
ethclient: fix some lint issues;
Browse files Browse the repository at this point in the history
  • Loading branch information
galaio committed Oct 11, 2024
1 parent 6774e96 commit 89ea980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/types/transaction_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package types

import (
"encoding/json"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
)
Expand Down
1 change: 1 addition & 0 deletions internal/ethapi/transaction_opts_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package ethapi
import (
"bytes"
"errors"

"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/types"
)
Expand Down

0 comments on commit 89ea980

Please sign in to comment.