List the human-readable names of the set verification flags.
Declared in <script/interpreter.h>
std::vector<std::string>
GetScriptFlagNames(script_verify_flags flags);
The names of the flags that are set.
| Name | Description |
|---|---|
| flags | The verification flag bit set to describe. |