Skip to content

Commit

Permalink
Fix typo in eip-627.md (ethereum#3606)
Browse files Browse the repository at this point in the history
paramenter -> parameter
  • Loading branch information
eltociear authored and PhABC committed Jan 25, 2022
1 parent 6bf40cf commit 227675c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-627.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following message codes are optional, but they are reserved for specific pur

**Status** [`0`]

This packet contains two objects: integer message code (0x00) followed by a list of values: integer version, float PoW requirement, and bloom filter, in this order. The bloom filter paramenter is optional; if it is missing or nil, the node is considered to be full node (i.e. accepts all messages). The format of PoW and bloom filter please see below (message codes 2 and 3).
This packet contains two objects: integer message code (0x00) followed by a list of values: integer version, float PoW requirement, and bloom filter, in this order. The bloom filter parameter is optional; if it is missing or nil, the node is considered to be full node (i.e. accepts all messages). The format of PoW and bloom filter please see below (message codes 2 and 3).

Status message should be sent after the initial handshake and prior to any other messages.

Expand Down

0 comments on commit 227675c

Please sign in to comment.