nServices bits NODE_ADDRINDEX and NODE_SPENTINDEX

This commit is contained in:
jl777
2019-07-02 03:32:24 -11:00
parent 4e22554ad3
commit e7cd541cf1
2 changed files with 10 additions and 0 deletions

View File

@@ -91,6 +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),
// 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
// bitcoin-development mailing list. Remember that service bits are just