mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-13 11:24:44 +02:00
tests: Remove unused variable (firstAddrnServices)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user