Skip to content

Commit e443ed2

Browse files
committed
Fix transaction tests
Conflict between low-s (6fd7ef2) and test updates in d3a33fc.
1 parent 72f754c commit e443ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/transaction_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ unsigned int ParseFlags(string strFlags){
3838
mapFlagNames["NONE"] = SCRIPT_VERIFY_NONE;
3939
mapFlagNames["P2SH"] = SCRIPT_VERIFY_P2SH;
4040
mapFlagNames["STRICTENC"] = SCRIPT_VERIFY_STRICTENC;
41-
mapFlagNames["EVEN_S"] = SCRIPT_VERIFY_EVEN_S;
41+
mapFlagNames["LOW_S"] = SCRIPT_VERIFY_LOW_S;
4242
mapFlagNames["NULLDUMMY"] = SCRIPT_VERIFY_NULLDUMMY;
4343
}
4444

0 commit comments

Comments
 (0)