From 132986dd660da802edc61bc98d9aa9d6678c5d6c Mon Sep 17 00:00:00 2001 From: bitcoin Date: Tue, 3 Dec 2019 17:08:26 -0500 Subject: [PATCH] wiki commit --- protocol/network/messages/version.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/protocol/network/messages/version.md b/protocol/network/messages/version.md index 99f5d6a..f09dbff 100644 --- a/protocol/network/messages/version.md +++ b/protocol/network/messages/version.md @@ -23,20 +23,13 @@ The services field is an 8 byte little-endian-serialized bitfield that described ### Node Specific Messages -#### Bitcoin XT - - * 1: NODE_GETUTXO - The node is capable of responding to the getutxo protocol request. See [BIP 64](https://github.com/bitcoin/bips/blob/master/bip-0064.mediawiki) for details on how this is implemented. *Supported by Bitcoin XT only* - #### Bitcoin Unlimited * 4: NODE_XTHIN The node supports Xtreme Thinblocks - *Supported by Bitcoin Unlimited only* * 6: NODE_GRAPHENE The node supports Graphene blocks. If this is turned off then the node will not service graphene requests nor make graphene requests. - *Supported by Bitcoin Unlimited only* #### Bitcoin Verde