Skip to content

Commit

Permalink
Merge #11946: tests: Remove unused variable (firstAddrnServices)
Browse files Browse the repository at this point in the history
bdaed47 tests: Remove unused variable (firstAddrnServices) (practicalswift)

Pull request description:

  Remove unused variable (`firstAddrnServices`).

Tree-SHA512: 7075952b392227c00fcb22adb1fd3f7ef31d7fd7101fbeff632beeea814c70beaef5c9957736eff2451976c8b43b950fc949642e608b610c5fefd150282eafb0
  • Loading branch information
MarcoFalke committed Dec 19, 2017
2 parents 797441e + bdaed47 commit 8049241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/node_network_limited.py
Expand Up @@ -8,7 +8,6 @@

class BaseNode(P2PInterface):
nServices = 0
firstAddrnServices = 0
def on_version(self, message):
self.nServices = message.nServices

Expand Down

0 comments on commit 8049241

Please sign in to comment.