mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-27 06:19:09 +01:00
tests: Remove unused testing code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user