summaryrefslogtreecommitdiff
path: root/bip-0159.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2017-08-08 09:01:08 +0000
committerGitHub <noreply@github.com>2017-08-08 09:01:08 +0000
commit7b5d0b2cbc5788c9067aa4b4c90d9db53f17dc8a (patch)
treec00ffbdfd764217af77b282abf9d30a4ab0b430f /bip-0159.mediawiki
parentccc435fb708f6ec5d3a721b5bd1a58d96ce059f5 (diff)
parent677e6e31efdc0d2ede7a0f6d2c2ae4fee0a60416 (diff)
downloadbips-7b5d0b2cbc5788c9067aa4b4c90d9db53f17dc8a.tar.xz
Merge pull request #567 from jonasschnelli/node_network_limited
Set bit 10 and 11 for NODE_NETWORK_LIMITED_LOW, HIGH
Diffstat (limited to 'bip-0159.mediawiki')
-rw-r--r--bip-0159.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki
index a402978..91e7828 100644
--- a/bip-0159.mediawiki
+++ b/bip-0159.mediawiki
@@ -31,9 +31,9 @@ This BIP proposes two new service bits
{|class="wikitable"
|-
-| NODE_NETWORK_LIMITED_LOW || If signaled, the peer <I>MUST</I> be capable of serving at least the last 288 blocks (~2 day / the current minimum limit for Bitcoin Core).
+| NODE_NETWORK_LIMITED_LOW || bit 10 (0x400) || If signaled, the peer <I>MUST</I> be capable of serving at least the last 288 blocks (~2 day / the current minimum limit for Bitcoin Core).
|-
-| NODE_NETWORK_LIMITED_HIGH || If signaled, the peer <I>MUST</i> be capable of serving at least the last 1152 blocks (~8 days)
+| NODE_NETWORK_LIMITED_HIGH || bit 11 (0x800) || If signaled, the peer <I>MUST</i> be capable of serving at least the last 1152 blocks (~8 days)
|}
The required behaviour when signaling both bits (<code>NODE_NETWORK_LIMITED_LOW & NODE_NETWORK_LIMITED_HIGH</code>) is currently undefined.