aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_cltv.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-09-24 22:45:58 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-11-07 18:07:49 +0100
commit590a57fdecc2eb2e8208d82e491d09a1986e4f0e (patch)
treef9cd40c88c058942de7eac7321b0ccdd4447627c /test/functional/feature_cltv.py
parente8d490f27e691d8e5f6910f878c4f1c3c6ad788d (diff)
downloadbitcoin-590a57fdecc2eb2e8208d82e491d09a1986e4f0e.tar.xz
tests: Remove unused testing code
Diffstat (limited to 'test/functional/feature_cltv.py')
-rwxr-xr-xtest/functional/feature_cltv.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/feature_cltv.py b/test/functional/feature_cltv.py
index f84b08a199..302a5ec1cb 100755
--- a/test/functional/feature_cltv.py
+++ b/test/functional/feature_cltv.py
@@ -25,7 +25,6 @@ CLTV_HEIGHT = 1351
# Reject codes that we might receive in this test
REJECT_INVALID = 16
-REJECT_OBSOLETE = 17
REJECT_NONSTANDARD = 64
def cltv_invalidate(tx):