eth: drop eth/65, the last non-reqid protocol version

This commit is contained in:
Péter Szilágyi
2021-06-28 18:40:56 +03:00
parent 1b5582acf7
commit d3f018fde8
15 changed files with 172 additions and 602 deletions

View File

@ -28,7 +28,6 @@ import (
)
// Tests that fast sync is disabled after a successful sync cycle.
func TestFastSyncDisabling65(t *testing.T) { testFastSyncDisabling(t, eth.ETH65) }
func TestFastSyncDisabling66(t *testing.T) { testFastSyncDisabling(t, eth.ETH66) }
// Tests that fast sync gets disabled as soon as a real block is successfully