bump fork version (#3926)

This commit is contained in:
Preston Van Loon 2019-11-05 01:05:42 -05:00 committed by GitHub
parent 8df65c1bcc
commit 371f808aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ func DemoBeaconConfig() *BeaconChainConfig {
demoConfig.Eth1FollowDistance = 16
// Increment this number after a full testnet tear down.
demoConfig.GenesisForkVersion = []byte{0, 0, 0, 2}
demoConfig.GenesisForkVersion = []byte{0, 0, 0, 3}
return demoConfig
}