Skip to content

Commit 677e6e3

Browse files
committed
Set bit 10 and 11 for NODE_NETWORK_LIMITED_LOW, HIGH
1 parent ec403b0 commit 677e6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0159.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ This BIP proposes two new service bits
3131

3232
{|class="wikitable"
3333
|-
34-
| 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).
34+
| 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).
3535
|-
36-
| NODE_NETWORK_LIMITED_HIGH || If signaled, the peer <I>MUST</i> be capable of serving at least the last 1152 blocks (~8 days)
36+
| 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)
3737
|}
3838

3939
The required behaviour when signaling both bits (<code>NODE_NETWORK_LIMITED_LOW & NODE_NETWORK_LIMITED_HIGH</code>) is currently undefined.

0 commit comments

Comments
 (0)