chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit 20dfb641ff2da8855f58339fc049837442acbb60
parent 972535f1f9cc32ddafefafa68f046763d6f01cb1
Author: lash <dev@holbrook.no>
Date:   Mon,  9 May 2022 18:49:04 +0000

Remove commented code

Diffstat:
Mchainlib/eth/tx.py | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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