-
Notifications
You must be signed in to change notification settings - Fork 161
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
Epochs with no transactions list 0 blocks #296
Comments
This worked before I got Shelley support working. What network is this and how do I connect to it? |
Ah, so this is about epochs with a non-zero number of blocks but a no transactions! |
Ok, this is better:
|
erikd
added a commit
that referenced
this issue
Mar 3, 2021
This really only happens on test nets, but previously, for epochs with zero transactions, the `blk_count` was incorrectly set to zero. Closes: #296
erikd
added a commit
that referenced
this issue
Mar 3, 2021
This really only happens on test nets, but previously, for epochs with zero transactions, the `blk_count` was incorrectly set to zero. Closes: #296
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is best guess what's happening here. This appears to only be an issue with extended and the epoch table. Rest of the data is correct.
Below is from testnet:
The text was updated successfully, but these errors were encountered: