Skip to content

Commit

Permalink
tests: Remove unused variable (firstAddrnServices)
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift authored and hkjn committed Jan 12, 2018
1 parent 64087bd commit 2cd5c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/node_network_limited.py
Original file line number Diff line number Diff line change
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 2cd5c8b

Please sign in to comment.