MCPcopy Index your code
hub / github.com/petertodd/python-bitcoinlib / send-addrs-msg.py

File send-addrs-msg.py

examples/send-addrs-msg.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2
3import socket, time, bitcoin
4from bitcoin.messages import msg_version, msg_verack, msg_addr

Callers

nothing calls this directly

Calls 5

msg_verackClass · 0.90
version_pktFunction · 0.85
addr_pktFunction · 0.85
closeMethod · 0.80
to_bytesMethod · 0.45

Tested by

no test coverage detected