Skip to content

Commit

Permalink
Merge pull request #688 from Chia-Network/update-network-id-info
Browse files Browse the repository at this point in the history
Update network id info networking-protocol.md
  • Loading branch information
BrandtH22 authored Nov 7, 2024
2 parents 8f30d29 + f4558b5 commit 3b9dabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protocol/networking-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ All peers in the Chia protocol (whether they are farmers, full nodes, timelords,

```python
class Handshake(Streamable):
network_id: str # Network id, usually the genesis challenge of the blockchain
network_id: str # Network id, ex. mainnet, testnet11, simulator0
protocol_version: str # Protocol version to determine which messages the peer supports
software_version: str # Version of the software, to debug and determine feature support
server_port: uint16 # Which port the server is listening on
Expand Down

0 comments on commit 3b9dabb

Please sign in to comment.