From 1a245df8182e6ef55c02e58f15f1dd5f6ac4b9d6 Mon Sep 17 00:00:00 2001 From: alexhz Date: Wed, 13 Mar 2013 18:18:24 +0000 Subject: [PATCH] misc changes in work generation --- p2pool/work.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/p2pool/work.py b/p2pool/work.py index d61045f..5095e4c 100644 --- a/p2pool/work.py +++ b/p2pool/work.py @@ -97,7 +97,7 @@ class WorkerBridge(worker_interface.WorkerBridge): bits=self.node.pow_bits, # not always true coinbaseflags='', height=t['height'] + 1, - time=bb['timestamp'] + 600, # better way? + time=t['time'] + 5, # better way? transactions=[], transaction_fees=[], merkle_link=bitcoin_data.calculate_merkle_link([None], 0), -- 1.7.1