Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
changed a more opaque id
Browse files Browse the repository at this point in the history
  • Loading branch information
immartian committed Feb 11, 2017
1 parent 97502bc commit e81e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var ProtocolVersions = []uint{eth63, eth62}
var ProtocolLengths = []uint64{17, 8}

const (
NetworkId = 314
NetworkId = 951413
ProtocolMaxMsgSize = 10 * 1024 * 1024 // Maximum cap on the size of a protocol message
)

Expand Down

0 comments on commit e81e982

Please sign in to comment.