mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
fix
This commit is contained in:
parent
1a4887bd43
commit
c7942ce10d
1 changed files with 1 additions and 2 deletions
|
|
@ -1367,8 +1367,7 @@ func testBeaconForkedSyncProgress(t *testing.T, protocol uint, mode SyncMode) {
|
||||||
t.Fatalf("Failed to sync chain in three seconds")
|
t.Fatalf("Failed to sync chain in three seconds")
|
||||||
}
|
}
|
||||||
|
|
||||||
log.SetDefault(log.NewLogger(log.NewTerminalHandlerWithLevel(os.Stdout, log.LevelInfo, false)))
|
// Set the head to a second fork
|
||||||
// Set the head to a second fork (which forks after the origin of the last sync cycle
|
|
||||||
tester.newPeer("fork B", protocol, chainB.blocks[1:])
|
tester.newPeer("fork B", protocol, chainB.blocks[1:])
|
||||||
pending.Add(1)
|
pending.Add(1)
|
||||||
go func() {
|
go func() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue