mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
Update suite.go
This commit is contained in:
parent
8ce2047348
commit
514f7a0026
1 changed files with 2 additions and 2 deletions
|
|
@ -542,7 +542,7 @@ func (s *Suite) TestBlockRangeUpdateInvalid(t *utesting.T) {
|
||||||
|
|
||||||
func (s *Suite) TestBlockRangeUpdateFuture(t *utesting.T) {
|
func (s *Suite) TestBlockRangeUpdateFuture(t *utesting.T) {
|
||||||
t.Log(`This test sends a BlockRangeUpdate that is beyond the chain head.
|
t.Log(`This test sends a BlockRangeUpdate that is beyond the chain head.
|
||||||
The node should accept the update and should not disonnect.`)
|
The node should accept the update and should not disconnect.`)
|
||||||
conn, err := s.dialAndPeer(nil)
|
conn, err := s.dialAndPeer(nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
|
@ -578,7 +578,7 @@ The node should accept the update and should not disonnect.`)
|
||||||
|
|
||||||
func (s *Suite) TestBlockRangeUpdateHistoryExp(t *utesting.T) {
|
func (s *Suite) TestBlockRangeUpdateHistoryExp(t *utesting.T) {
|
||||||
t.Log(`This test sends a BlockRangeUpdate announcing incomplete (expired) history.
|
t.Log(`This test sends a BlockRangeUpdate announcing incomplete (expired) history.
|
||||||
The node should accept the update and should not disonnect.`)
|
The node should accept the update and should not disconnect.`)
|
||||||
conn, err := s.dialAndPeer(nil)
|
conn, err := s.dialAndPeer(nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue