cmd/devp2p/internal/ethtest: fix typos in comments (#28772)
This commit is contained in:
parent
e7fa158086
commit
f29520ffdf
@ -790,7 +790,7 @@ func (s *Suite) TestBlobViolations(t *utesting.T) {
|
|||||||
if err := s.engine.sendForkchoiceUpdated(); err != nil {
|
if err := s.engine.sendForkchoiceUpdated(); err != nil {
|
||||||
t.Fatalf("send fcu failed: %v", err)
|
t.Fatalf("send fcu failed: %v", err)
|
||||||
}
|
}
|
||||||
// Create blob txs for each tests with unqiue tx hashes.
|
// Create blob txs for each tests with unique tx hashes.
|
||||||
var (
|
var (
|
||||||
t1 = s.makeBlobTxs(2, 3, 0x1)
|
t1 = s.makeBlobTxs(2, 3, 0x1)
|
||||||
t2 = s.makeBlobTxs(2, 3, 0x2)
|
t2 = s.makeBlobTxs(2, 3, 0x2)
|
||||||
|
@ -128,7 +128,7 @@ func (s *Suite) sendInvalidTxs(txs []*types.Transaction) error {
|
|||||||
invalids[tx.Hash()] = struct{}{}
|
invalids[tx.Hash()] = struct{}{}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get repsonses.
|
// Get responses.
|
||||||
recvConn.SetReadDeadline(time.Now().Add(timeout))
|
recvConn.SetReadDeadline(time.Now().Add(timeout))
|
||||||
for {
|
for {
|
||||||
msg, err := recvConn.ReadEth()
|
msg, err := recvConn.ReadEth()
|
||||||
|
Loading…
Reference in New Issue
Block a user