tests: Remove unused variable (firstAddrnServices)
This commit is contained in:
parent
2971fd030f
commit
bdaed47558
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ from test_framework.mininode import *
|
||||||
|
|
||||||
class BaseNode(P2PInterface):
|
class BaseNode(P2PInterface):
|
||||||
nServices = 0
|
nServices = 0
|
||||||
firstAddrnServices = 0
|
|
||||||
def on_version(self, message):
|
def on_version(self, message):
|
||||||
self.nServices = message.nServices
|
self.nServices = message.nServices
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue