Fix transaction tests
Conflict between low-s (6fd7ef2
) and test updates ind3a33fc
.
This commit is contained in:
parent
72f754cf51
commit
e443ed2462
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ unsigned int ParseFlags(string strFlags){
|
|||
mapFlagNames["NONE"] = SCRIPT_VERIFY_NONE;
|
||||
mapFlagNames["P2SH"] = SCRIPT_VERIFY_P2SH;
|
||||
mapFlagNames["STRICTENC"] = SCRIPT_VERIFY_STRICTENC;
|
||||
mapFlagNames["EVEN_S"] = SCRIPT_VERIFY_EVEN_S;
|
||||
mapFlagNames["LOW_S"] = SCRIPT_VERIFY_LOW_S;
|
||||
mapFlagNames["NULLDUMMY"] = SCRIPT_VERIFY_NULLDUMMY;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue