You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
Should Evidence module be included in the SetOrderBeginBlockers?
The evidence module is doing some check on the begin block but SetOrderBeginBlockers reset the list of beginBlocks to apply and the begin block of evidence will never be called.
Am I missing something?
Also this might be the case for other modules as well
Should Evidence module be included in the
SetOrderBeginBlockers?The evidence module is doing some check on the begin block but
SetOrderBeginBlockersreset the list of beginBlocks to apply and the begin block of evidence will never be called.Am I missing something?
Also this might be the case for other modules as well
scaffold/templates/lvl-max/app/app.go.tmpl
Line 296 in 8ef28f6