Skip to content

Commit

Permalink
drop receipts that snuck in
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Apr 27, 2018
1 parent 9ac7a77 commit bd4ba13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evm/vm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def execute_bytecode(self,
# Mining
#
def import_block(self, block):
self.receipts = [] # type: List[Receipt]
self.block = self.block.copy(
header=self.configure_header(
coinbase=block.header.coinbase,
Expand Down

0 comments on commit bd4ba13

Please sign in to comment.