p2p/simulations: fix staticcheck warnings (#20322)
This commit is contained in:
@ -19,7 +19,6 @@ package adapters
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"crypto/ecdsa"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
@ -146,7 +145,6 @@ type ExecNode struct {
|
||||
client *rpc.Client
|
||||
wsAddr string
|
||||
newCmd func() *exec.Cmd
|
||||
key *ecdsa.PrivateKey
|
||||
}
|
||||
|
||||
// Addr returns the node's enode URL
|
||||
|
Reference in New Issue
Block a user