File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cmd/devp2p/internal/ethtest Expand file tree Collapse file tree 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) {
790790 if err := s .engine .sendForkchoiceUpdated (); err != nil {
791791 t .Fatalf ("send fcu failed: %v" , err )
792792 }
793- // Create blob txs for each tests with unqiue tx hashes.
793+ // Create blob txs for each tests with unique tx hashes.
794794 var (
795795 t1 = s .makeBlobTxs (2 , 3 , 0x1 )
796796 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 {
128128 invalids [tx .Hash ()] = struct {}{}
129129 }
130130
131- // Get repsonses .
131+ // Get responses .
132132 recvConn .SetReadDeadline (time .Now ().Add (timeout ))
133133 for {
134134 msg , err := recvConn .ReadEth ()
You can’t perform that action at this time.
0 commit comments