From 0639ab01f873556d719cb6e246b8e74765ed2c2b Mon Sep 17 00:00:00 2001 From: "drusselloctal@gmail.com" Date: Sat, 1 Nov 2014 13:37:17 -0700 Subject: [PATCH] Made changes to ch06.asciidoc --- ch06.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06.asciidoc b/ch06.asciidoc index 3f81dd3a..d8a02b66 100644 --- a/ch06.asciidoc +++ b/ch06.asciidoc @@ -51,7 +51,7 @@ When a new node boots up, it must discover other bitcoin nodes on the network in To connect to a known peer, nodes establish a TCP connection, usually to port 8333 (the bitcoin "well known" port), or an alternative port if one is provided. Upon establishing a connection, the node will start a "handshake" (see <>) by transmitting a +version+ message, which contains basic identifying information, including: -* PROTOCOL_VERSION, a constant that defines the bitcoin P2P protocol version the client "speaks" (e.g., 70002) +* +PROTOCOL_VERSION+, a constant that defines the bitcoin P2P protocol version the client "speaks" (e.g., 70002) * +nLocalServices+, a list of local services supported by the node, currently just +NODE_NETWORK+ * +nTime+, the current time * +addrYou+, the IP address of the remote node as seen from this node