From: Forrest Voight Date: Thu, 3 May 2012 00:06:20 +0000 (-0400) Subject: fixed getaddr rpc call X-Git-Tag: 0.11.0^0 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=0a451b59646bc2ac79748440fc85cc3895234016;p=p2pool.git fixed getaddr rpc call --- diff --git a/p2pool/p2p.py b/p2pool/p2p.py index 57f0110..217324b 100644 --- a/p2pool/p2p.py +++ b/p2pool/p2p.py @@ -180,7 +180,7 @@ class Protocol(p2protocol.Protocol): count = 100 self.send_addrs(addrs=[ dict( - timestamp=self.node.addr_store[host, port][2], + timestamp=int(self.node.addr_store[host, port][2]), address=dict( services=self.node.addr_store[host, port][0], address=host,