From 20dfb641ff2da8855f58339fc049837442acbb60 Mon Sep 17 00:00:00 2001 From: lash Date: Mon, 9 May 2022 18:49:04 +0000 Subject: [PATCH] Remove commented code --- chainlib/eth/tx.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/chainlib/eth/tx.py b/chainlib/eth/tx.py index 9f81dee..55bb436 100644 --- a/chainlib/eth/tx.py +++ b/chainlib/eth/tx.py @@ -684,9 +684,6 @@ class Tx(BaseTx, Src): :param block: Block object :type block: chainlib.block.Block """ - #if self.__rcpt_block_hash != None: - # if block.hash != self.__rcpt_block_hash: - # raise ValueError('block hash {} does not match already applied receipt block hash {}'.format(block.hash, self.__rcpt_block_hash)) self.index = block.get_tx(self.hash) self.block = block