diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-09-24 22:45:58 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-11-07 18:07:49 +0100 |
commit | 590a57fdecc2eb2e8208d82e491d09a1986e4f0e (patch) | |
tree | f9cd40c88c058942de7eac7321b0ccdd4447627c /test/functional/test_framework/mininode.py | |
parent | e8d490f27e691d8e5f6910f878c4f1c3c6ad788d (diff) |
tests: Remove unused testing code
Diffstat (limited to 'test/functional/test_framework/mininode.py')
-rwxr-xr-x | test/functional/test_framework/mininode.py | 2 |
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) |