File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,12 +167,12 @@ the connection is established and prior to any other LES messages. The following
167
167
are required (value types are noted after the key string):
168
168
169
169
- ` "protocolVersion" ` ` P ` : is 1 for protocol version one.
170
- - ` "networkId" ` ` P ` : should be 0 for testnet, 1 for mainnet .
170
+ - ` "networkId" ` ` P ` : specifies the network ID of the chain, as in the [ Ethereum Wire Protocol ] .
171
171
- ` "headTd" ` ` P ` : Total Difficulty of the best chain. Integer, as found in block header.
172
172
- ` "headHash" ` ` B_32 ` : the hash of the best (i.e. highest TD) known block.
173
173
- ` "headNum" ` ` P ` : the number of the best (i.e. highest TD) known block.
174
174
- ` "genesisHash" ` ` B_32 ` : the hash of the Genesis block.
175
- - ` "forkID" ` ` [crc32, nextFork: P] ` : mandatory since ** les/4** .
175
+ - ` "forkID" ` ` [crc32, nextFork: P] ` : mandatory since ** les/4** .
176
176
The value identifies the chain/fork the node is operating on.
177
177
- ` "recentTxLookup" ` ` P ` : announced by servers since ** les/4** . Transaction status
178
178
is served for transactions included in the N-1 most recent blocks (N=1 means that
You can’t perform that action at this time.
0 commit comments