MCPcopy
hub / github.com/jimmysong/programmingbitcoin / test_handshake

Method test_handshake

code-ch13/network.py:412–414  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

410class SimpleNodeTest(TestCase):
411
412 def test_handshake(self):
413 node = SimpleNode('testnet.programmingbitcoin.com', testnet=True)
414 node.handshake()

Callers

nothing calls this directly

Calls 2

handshakeMethod · 0.95
SimpleNodeClass · 0.70

Tested by

no test coverage detected