Remove commented code

This commit is contained in:
lash 2022-05-09 18:49:04 +00:00
parent 972535f1f9
commit 20dfb641ff
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -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