eth: port the synchronisation algo to eth/62

This commit is contained in:
Péter Szilágyi
2015-08-14 21:25:41 +03:00
parent ca88e18f59
commit 47a7fe5d22
10 changed files with 2012 additions and 343 deletions

View File

@ -140,7 +140,7 @@ var (
}
EthVersionFlag = cli.IntFlag{
Name: "eth",
Value: 61,
Value: 62,
Usage: "Highest eth protocol to advertise (temporary, dev option)",
}