Create NODE_NSPV nServices flag

This commit is contained in:
jl777
2019-07-02 08:56:09 -11:00
parent b876a9b929
commit ab5954e7ef
4 changed files with 7 additions and 4 deletions

View File

@@ -91,8 +91,9 @@ enum {
// but no longer do as of protocol version 170004 (= NO_BLOOM_VERSION)
NODE_BLOOM = (1 << 2),
NODE_ADDRINDEX = (1 << 30),
NODE_SPENTINDEX = (1 << 29),
NODE_NSPV = (1 << 30),
NODE_ADDRINDEX = (1 << 29),
NODE_SPENTINDEX = (1 << 28),
// 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