aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/mininode.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-09-24 22:45:58 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-11-07 18:07:49 +0100
commit590a57fdecc2eb2e8208d82e491d09a1986e4f0e (patch)
treef9cd40c88c058942de7eac7321b0ccdd4447627c /test/functional/test_framework/mininode.py
parente8d490f27e691d8e5f6910f878c4f1c3c6ad788d (diff)
downloadbitcoin-590a57fdecc2eb2e8208d82e491d09a1986e4f0e.tar.xz
tests: Remove unused testing code
Diffstat (limited to 'test/functional/test_framework/mininode.py')
-rwxr-xr-xtest/functional/test_framework/mininode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/mininode.py b/test/functional/test_framework/mininode.py
index 1e07c2ff60..388c123055 100755
--- a/test/functional/test_framework/mininode.py
+++ b/test/functional/test_framework/mininode.py
@@ -349,7 +349,7 @@ class P2PInterface(P2PConnection):
self.send_message(msg_pong(message.nonce))
def on_verack(self, message):
- self.verack_received = True
+ pass
def on_version(self, message):
assert message.nVersion >= MIN_VERSION_SUPPORTED, "Version {} received. Test framework only supports versions greater than {}".format(message.nVersion, MIN_VERSION_SUPPORTED)