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
Investigate why reward and commission have null amount:
The text was updated successfully, but these errors were encountered:
even when block has a transaction, amounts are still null: https://explorer.testnet.mesg.com/blocks/174087 https://explorer.testnet.mesg.com/txs/DD7C6ED57E73EE81F8AA710CA61A9274A41E3A87B1641F7D17FEE1C1028D48ED
but on other gaia's explorer, they simply don't display the events: https://cosmos.bigdipper.live/blocks/1140875
Sorry, something went wrong.
I checked the order of beginBlocker and endBlocker of gaia and they don't do special stuff: https://github.com/cosmos/gaia/blob/master/app/app.go:
beginBlocker
endBlocker
app.mm.SetOrderBeginBlockers(upgrade.ModuleName, mint.ModuleName, distr.ModuleName, slashing.ModuleName) app.mm.SetOrderEndBlockers(crisis.ModuleName, gov.ModuleName, staking.ModuleName)
No branches or pull requests
Investigate why reward and commission have null amount:
The text was updated successfully, but these errors were encountered: