cmd, eth, les, mobile: make networkid uint64 everywhere
This commit is contained in:
@@ -105,7 +105,7 @@ type txPool interface {
|
||||
// statusData is the network packet for the status message.
|
||||
type statusData struct {
|
||||
ProtocolVersion uint32
|
||||
NetworkId uint32
|
||||
NetworkId uint64
|
||||
TD *big.Int
|
||||
CurrentBlock common.Hash
|
||||
GenesisBlock common.Hash
|
||||
|
Reference in New Issue
Block a user