Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
410
class
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
handshake
Method · 0.95
SimpleNode
Class · 0.70
Tested by
no test coverage detected