mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/network: bump network id for 0.4 release
This commit is contained in:
parent
1e067202a2
commit
71bd6f7d10
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
DefaultNetworkID = 3
|
||||
DefaultNetworkID = 4
|
||||
// timeout for waiting
|
||||
bzzHandshakeTimeout = 3000 * time.Millisecond
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue