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
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
.