Merge #11946: tests: Remove unused variable (firstAddrnServices)

bdaed47558 tests: Remove unused variable (firstAddrnServices) (practicalswift)

Pull request description:

  Remove unused variable (`firstAddrnServices`).

Tree-SHA512: 7075952b392227c00fcb22adb1fd3f7ef31d7fd7101fbeff632beeea814c70beaef5c9957736eff2451976c8b43b950fc949642e608b610c5fefd150282eafb0
This commit is contained in:
MarcoFalke 2017-12-19 08:12:51 -05:00
commit 8049241e22
No known key found for this signature in database
GPG Key ID: D2EA4850E7528B25
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