method argument bug
yya518 opened this issue · 1 comments
yya518 commented
BlockSci/blockscipy/blocksci/__init__.py
Line 756 in 7572f18
should be
def outputs_spent_after_height(outputs, height):
instead of
def outputs_spent_after_height(outputs, age):
Thanks for the great library by the way.
maltemoeser commented
Thank you, fixed in 9b42885