From da2ec100f3681176f60dec6dc675fc64147ade3a Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 19 May 2014 22:25:17 +0200 Subject: Add a getutxos command to the p2p protocol. It allows querying of the UTXO set given a set of outpoints. --- src/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index 1f23274299..6019dab0c8 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -64,6 +64,7 @@ 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