mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
tests: Remove unused variable (firstAddrnServices)
This commit is contained in:
parent
2971fd030f
commit
bdaed47558
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user