File tree 2 files changed +2
-2
lines changed
cmd/devp2p/internal/ethtest
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ func (s *Suite) TestBlobViolations(t *utesting.T) {
790
790
if err := s .engine .sendForkchoiceUpdated (); err != nil {
791
791
t .Fatalf ("send fcu failed: %v" , err )
792
792
}
793
- // Create blob txs for each tests with unqiue tx hashes.
793
+ // Create blob txs for each tests with unique tx hashes.
794
794
var (
795
795
t1 = s .makeBlobTxs (2 , 3 , 0x1 )
796
796
t2 = s .makeBlobTxs (2 , 3 , 0x2 )
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ func (s *Suite) sendInvalidTxs(txs []*types.Transaction) error {
128
128
invalids [tx .Hash ()] = struct {}{}
129
129
}
130
130
131
- // Get repsonses .
131
+ // Get responses .
132
132
recvConn .SetReadDeadline (time .Now ().Add (timeout ))
133
133
for {
134
134
msg , err := recvConn .ReadEth ()
You can’t perform that action at this time.
0 commit comments