From 80dd96ac5d40ba15b5b9a78782ee6b3c5860d20d Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 26 Apr 2017 16:32:47 -0700 Subject: [PATCH] txscript: add new post segwit policies to standard script flags --- txscript/standard.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/txscript/standard.go b/txscript/standard.go index 56116507..23aaa630 100644 --- a/txscript/standard.go +++ b/txscript/standard.go @@ -40,7 +40,9 @@ const ( ScriptVerifyLowS | ScriptStrictMultiSig | ScriptVerifyWitness | - ScriptVerifyDiscourageUpgradeableWitnessProgram + ScriptVerifyDiscourageUpgradeableWitnessProgram | + ScriptVerifyMinimalIf | + ScriptVerifyWitnessPubKeyType ) // ScriptClass is an enumeration for the list of standard types of script.