https://github.com/darkcoin/p2pool-drk/issues/9
possible fix in /p2pool/bitcoin/p2p.py
message_inv = pack.ComposedType([
('invs', pack.ListType(pack.ComposedType([
('type', pack.EnumType(pack.IntType(32), {1: 'tx', 2: 'block', 3: 'txlock_request', 4: 'txlock_vote', 5...