First two bits of nFlags control how much IsRelevantAndUpdate actually updates The remaining bits are reserved
Declared in <common/bloom.h>
enum bloomflags;
| 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. |