tests: Remove unused variable (firstAddrnServices)

This commit is contained in:
practicalswift 2017-12-19 13:17:58 +01:00
parent 2971fd030f
commit bdaed47558
1 changed files with 0 additions and 1 deletions

View File

@ -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