diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-27 18:04:09 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-27 18:04:29 +0200 |
commit | 70352e11c0194fe4e71efea06220544749f4cd64 (patch) | |
tree | ca38482997826fe173d07403b3dc2551906a1f1f /src/protocol.h | |
parent | fd452c254fc66b6562b509ab00d6eb8e3c762106 (diff) |
Revert "Add a getutxos command to the p2p protocol. It allows querying of the UTXO set"
This reverts commit da2ec100f3681176f60dec6dc675fc64147ade3a.
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 94d313e9c0..d7565584af 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 |