[#WITNESS_SCALE_FACTOR] = WITNESS_SCALE_FACTOR :mrdocs: Weight given to non‐witness bytes relative to witness bytes when computing block weight (BIP 141). == Synopsis Declared in `<consensus/consensus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int WITNESS_SCALE_FACTOR = 4; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#