From 70352e11c0194fe4e71efea06220544749f4cd64 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 27 Aug 2014 18:04:09 +0200 Subject: Revert "Add a getutxos command to the p2p protocol. It allows querying of the UTXO set" This reverts commit da2ec100f3681176f60dec6dc675fc64147ade3a. --- src/protocol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index 94d313e9c..d7565584a 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -64,7 +64,6 @@ class CMessageHeader enum { NODE_NETWORK = (1 << 0), - NODE_GETUTXOS = (1 << 1), // Bits 24-31 are reserved for temporary experiments. Just pick a bit that // isn't getting used, or one not being used much, and notify the -- cgit v1.2.3