Override tx generator for block
This commit is contained in:
parent
418c54e9c7
commit
bff9305aac
@ -67,7 +67,9 @@ class Block(BaseBlock):
|
||||
:type src: dict
|
||||
:todo: Add hex to number parse to normalize
|
||||
"""
|
||||
|
||||
|
||||
tx_generator = Tx
|
||||
|
||||
def __init__(self, src):
|
||||
self.hash = src['hash']
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user