Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle genesis receipt #39

Open
antazoey opened this issue Sep 1, 2022 · 0 comments
Open

Handle genesis receipt #39

antazoey opened this issue Sep 1, 2022 · 0 comments

Comments

@antazoey
Copy link
Member

antazoey commented Sep 1, 2022

What went wrong?

The genesis receipt comes back funny:

In [6]: receipt = next(explorer.get_account_transactions(ZERO_ADDRESS))

In [7]: receipt
Out[7]: <Receipt GENESIS_0000000000000000000000000000000000000000>

In [8]: receipt.sender
Out[8]: 'GENESIS'

In [9]: 

How can it be fixed?

Change sender to ZERO_ADDRESS
Look into what we can do about txn hash, if anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant