Skip to content

Commit

Permalink
ethclient: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rjl493456442 committed Jan 2, 2024
1 parent 111131f commit 6bc68a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethclient/simulated/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
package simulated

import (
"github.com/ethereum/go-ethereum/core/types"
"math"
"time"

"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/eth/catalyst"
"github.com/ethereum/go-ethereum/eth/downloader"
Expand Down

0 comments on commit 6bc68a9

Please sign in to comment.