aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_cltv.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/feature_cltv.py')
-rwxr-xr-xtest/functional/feature_cltv.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/functional/feature_cltv.py b/test/functional/feature_cltv.py
index 7730db9672..8c45fb5a4d 100755
--- a/test/functional/feature_cltv.py
+++ b/test/functional/feature_cltv.py
@@ -151,11 +151,11 @@ class BIP65Test(BitcoinTestFramework):
cltv_invalidate(spendtx, i)
expected_cltv_reject_reason = [
- "non-mandatory-script-verify-flag (Operation not valid with the current stack size)",
- "non-mandatory-script-verify-flag (Negative locktime)",
- "non-mandatory-script-verify-flag (Locktime requirement not satisfied)",
- "non-mandatory-script-verify-flag (Locktime requirement not satisfied)",
- "non-mandatory-script-verify-flag (Locktime requirement not satisfied)",
+ "mandatory-script-verify-flag-failed (Operation not valid with the current stack size)",
+ "mandatory-script-verify-flag-failed (Negative locktime)",
+ "mandatory-script-verify-flag-failed (Locktime requirement not satisfied)",
+ "mandatory-script-verify-flag-failed (Locktime requirement not satisfied)",
+ "mandatory-script-verify-flag-failed (Locktime requirement not satisfied)",
][i]
# First we show that this tx is valid except for CLTV by getting it
# rejected from the mempool for exactly that reason.