Remove commented code

This commit is contained in:
lash 2022-05-09 18:48:49 +00:00
parent 883a931495
commit 23ee2f4b09
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 0 additions and 12 deletions

View File

@ -47,18 +47,6 @@ class Block(Src):
return tx
return -1
#
#
# def tx_src(self, idx):
# """Return implementation specific transaction representation for transaction data at given index
#
# :param idx: Transaction index
# :type idx: int
# :rtype: chainlib.tx.Tx
# :returns: Transaction representation
# """
# return self.txs[idx]
def __str__(self):
return 'block {} {} ({} txs)'.format(self.number, self.hash, len(self.txs))