You are viewing a single comment's thread from:

RE: Beem: Cannot fetch account history of early created accounts, block number estimation gives negative values

in #utopian-io7 years ago

Thanks for finding this issue. I can confirm the bug.

I already fixed beem in this commit.
I added a lower bound for the block number:

       if block_number < 1:
           block_number = 1