summaryrefslogtreecommitdiff
path: root/bip-0060.mediawiki
diff options
context:
space:
mode:
authorPeter Todd <pete@petertodd.org>2013-10-21 02:18:47 -0400
committerPeter Todd <pete@petertodd.org>2013-10-21 02:18:47 -0400
commitd9e890a8f27e46806238e298a346397871fd7e87 (patch)
tree522a1bc5c5e064df296ac2142cf9ed573b57c706 /bip-0060.mediawiki
parent3b0e74507e865d6a847aed71790bf1fb72cbc5f1 (diff)
downloadbips-d9e890a8f27e46806238e298a346397871fd7e87.tar.xz
Fix formatting
Diffstat (limited to 'bip-0060.mediawiki')
-rw-r--r--bip-0060.mediawiki12
1 files changed, 3 insertions, 9 deletions
diff --git a/bip-0060.mediawiki b/bip-0060.mediawiki
index d2d7818..e23ecae 100644
--- a/bip-0060.mediawiki
+++ b/bip-0060.mediawiki
@@ -1,5 +1,3 @@
-{{bip}}
-
<pre>
BIP: 60
Title: Fixed Length "version" Message (Relay-Transactions Field)
@@ -28,7 +26,7 @@ Another property of fixed-length field messages is the ability to pass stream op
==Specification==
=== version ===
-When a node creates an outgoing connection, it will immediately [[Version Handshake|advertise]] its version. The remote node will respond with its version. No futher communication is possible until both peers have exchanged their version.
+When a node creates an outgoing connection, it will immediately advertise its version. The remote node will respond with its version. No futher communication is possible until both peers have exchanged their version.
Payload:
@@ -49,11 +47,11 @@ Payload:
|-
| 8 || nonce || uint64_t || Node random nonce, randomly generated every time a version packet is sent. This nonce is used to detect connections to self.
|-
-| ? || user_agent || [[#Variable length string|var_str]] || [[BIP_0014|User Agent]] (0x00 if string is 0 bytes long)
+| ? || user_agent || var_str || [[bip-0014.mediawiki|User Agent]] (0x00 if string is 0 bytes long)
|-
| 4 || start_height || int32_t || The last block received by the emitting node
|-
-| 1 || relay || bool || Whether the remote peer should announce relayed transactions or not, see [[BIP 0037]], since version >= 70001
+| 1 || relay || bool || Whether the remote peer should announce relayed transactions or not, see [[bip-0037.mediawiki|BIP 0037]], since version >= 70001
|}
A "verack" packet shall be sent if the version packet was accepted.
@@ -90,7 +88,3 @@ Additionally the protocol version is increased from 70001 to 70002.
==Copyright==
This document is placed in the public domain.
-
-[[Category:Developer]]
-[[Category:Technical]]
-[[Category:BIP|D]]