Skip to content

Commit

Permalink
fix: revert unused modify code
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjunLi committed Oct 25, 2024
1 parent f88dd20 commit 598a4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miner/stress/clique/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ func makeGenesis(faucets []*ecdsa.PrivateKey, sealers []*ecdsa.PrivateKey) *core
func makeSealer(genesis *core.Genesis) (*node.Node, *eth.Ethereum, error) {
// Define the basic configurations for the Ethereum node
datadir, _ := os.MkdirTemp("", "")

config := &node.Config{
Name: "geth",
Version: params.Version,
Expand Down

0 comments on commit 598a4f8

Please sign in to comment.