aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-12-19 13:17:58 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-12-19 13:17:58 +0100
commitbdaed4755846e8b1e533c14485faa5f9fd1cf18b (patch)
tree8430cbf550336a415d0a403c0a8b95cd488a3a2c /test
parent2971fd030f6e20ff5279bd86ba18acc5e5ed1ce9 (diff)
downloadbitcoin-bdaed4755846e8b1e533c14485faa5f9fd1cf18b.tar.xz
tests: Remove unused variable (firstAddrnServices)
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/node_network_limited.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/node_network_limited.py b/test/functional/node_network_limited.py
index 6d1bf7ced2..40b876243b 100755
--- a/test/functional/node_network_limited.py
+++ b/test/functional/node_network_limited.py
@@ -8,7 +8,6 @@ from test_framework.mininode import *
class BaseNode(P2PInterface):
nServices = 0
- firstAddrnServices = 0
def on_version(self, message):
self.nServices = message.nServices