swarm/network: bump network id for 0.4 release

This commit is contained in:
Anton Evangelatov 2019-05-15 17:19:50 +02:00
parent 1e067202a2
commit 71bd6f7d10

View file

@ -33,7 +33,7 @@ import (
)
const (
DefaultNetworkID = 3
DefaultNetworkID = 4
// timeout for waiting
bzzHandshakeTimeout = 3000 * time.Millisecond
)