-
Notifications
You must be signed in to change notification settings - Fork 161
Odd mismatch between reward table abd block table #361
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
Comments
Lets look at the delegation for the specific stake address:
so this address delegated twice in the same epoch, with the both delegations becoming active in epoch
And searching for other rewards for this address in epoch
only shows the incorrect reward entry. That means this issue is due to the |
Ok:
and
|
Looks good! |
On mainnent, a simple query of the rewards table:
which suggests that the pool with
pool_id == 1189
minted a block in epoch220
.However no blocks are found to have neen minted by that pool:
The text was updated successfully, but these errors were encountered: