Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 435d3ce

Browse files
vubvub
authored andcommitted
Removed log listener copying from tester (now redundant)
1 parent 3d56fff commit 435d3ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ethereum/tester.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ def mine(self, n=1, coinbase=a0):
260260
self.db.put(self.block.hash, rlp.encode(self.block))
261261
t = self.block.timestamp + 6 + rand() % 12
262262
x = b.Block.init_from_parent(self.block, coinbase, timestamp=t)
263-
# copy listeners
264-
x.log_listeners = self.block.log_listeners
265263
self.block = x
266264
self.blocks.append(self.block)
267265

0 commit comments

Comments
 (0)