From 0a451b59646bc2ac79748440fc85cc3895234016 Mon Sep 17 00:00:00 2001 From: Forrest Voight Date: Wed, 2 May 2012 20:06:20 -0400 Subject: [PATCH] fixed getaddr rpc call --- p2pool/p2p.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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, -- 1.7.1