First two bits of nFlags control how much IsRelevantAndUpdate actually updates The remaining bits are reserved
Synopsis
Declared in <common/bloom.h>
enum bloomflags;
Members
Name |
Description |
|
Never update the filter when a match is found. |
|
Add every matching output's outpoint to the filter. |
|
Add outpoints only for pay‐to‐pubkey/pay‐to‐multisig outputs. |
|
Mask selecting the update‐mode bits. |
Created with MrDocs