aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/util/script.h')
-rw-r--r--src/test/util/script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/util/script.h b/src/test/util/script.h
index abd14c2067..428b3e10b3 100644
--- a/src/test/util/script.h
+++ b/src/test/util/script.h
@@ -18,4 +18,7 @@ static const CScript P2WSH_OP_TRUE{
return hash;
}())};
+/** Flags that are not forbidden by an assert in script validation */
+bool IsValidFlagCombination(unsigned flags);
+
#endif // BITCOIN_TEST_UTIL_SCRIPT_H