added block size and new transactions per share limits
[p2pool.git] / p2pool / work.py
index dfdde9e..1a2cb3b 100644 (file)
@@ -207,8 +207,9 @@ class WorkerBridge(worker_interface.WorkerBridge):
                 desired_timestamp=int(time.time() + 0.5),
                 desired_target=desired_share_target,
                 ref_merkle_link=dict(branch=[], index=0),
-                other_transaction_hashes=tx_hashes,
+                desired_other_transaction_hashes=tx_hashes,
                 net=self.net,
+                known_txs=tx_map,
             )
         
         transactions = [gentx] + [tx_map[tx_hash] for tx_hash in other_transaction_hashes]