aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p-segwit.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-07-20 23:10:37 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-08-28 15:18:14 +0200
commit2e6080bbf31d5cc2e38e8a7b436e8ce1857e589b (patch)
tree36f280b71163f7a43058be57b1cad7f39cf0d923 /test/functional/p2p-segwit.py
parent9b94054b7c60183cc38f1b9f3681c1770c043d77 (diff)
downloadbitcoin-2e6080bbf31d5cc2e38e8a7b436e8ce1857e589b.tar.xz
Remove unused variables and/or function calls
Diffstat (limited to 'test/functional/p2p-segwit.py')
-rwxr-xr-xtest/functional/p2p-segwit.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/p2p-segwit.py b/test/functional/p2p-segwit.py
index 63dfbb8ae6..de69cba393 100755
--- a/test/functional/p2p-segwit.py
+++ b/test/functional/p2p-segwit.py
@@ -17,7 +17,6 @@ from binascii import hexlify
# The versionbit bit used to signal activation of SegWit
VB_WITNESS_BIT = 1
VB_PERIOD = 144
-VB_ACTIVATION_THRESHOLD = 108
VB_TOP_BITS = 0x20000000
MAX_SIGOP_COST = 80000