[#bloomflags] = bloomflags :mrdocs: First two bits of nFlags control how much IsRelevantAndUpdate actually updates The remaining bits are reserved == Synopsis Declared in `<common/bloom.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum bloomflags; ---- == Members [cols="1,4"] |=== | Name| Description | `BLOOM_UPDATE_NONE` | Never update the filter when a match is found. | `BLOOM_UPDATE_ALL` | Add every matching output's outpoint to the filter. | `BLOOM_UPDATE_P2PUBKEY_ONLY` | Add outpoints only for pay‐to‐pubkey/pay‐to‐multisig outputs. | `BLOOM_UPDATE_MASK` | Mask selecting the update‐mode bits. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#