citp/BlockSci

method argument bug

yya518 opened this issue · 1 comments

def outputs_spent_after_height(outputs, age):

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.

Thank you, fixed in 9b42885