We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]:
Change sender to ZERO_ADDRESS Look into what we can do about txn hash, if anything
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What went wrong?
The genesis receipt comes back funny:
How can it be fixed?
Change sender to ZERO_ADDRESS
Look into what we can do about txn hash, if anything
The text was updated successfully, but these errors were encountered: