![]() |
Bitcoin Core
22.99.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
bool | IsValidFlagCombination (unsigned flags) |
Flags that are not forbidden by an assert in script validation. More... | |
Variables | |
static const std::vector< uint8_t > | WITNESS_STACK_ELEM_OP_TRUE {uint8_t{OP_TRUE}} |
static const CScript | P2WSH_OP_TRUE |
bool IsValidFlagCombination | ( | unsigned | flags | ) |
Flags that are not forbidden by an assert in script validation.
Definition at line 8 of file script.cpp.
|
static |