Evermint is a fork of open source Evmos, maintains bug fixes, customization and enable developers to fork and transform to their chain, fully customized naming, in just 2 steps. For research and development purpose.
GNU Lesser General Public License v3.0
3
stars
3
forks
source link
fix(app): fix staking hooks not available in some keepers #177
Staking hooks was set by a defer function so it not available in some keepers which take
x/staking
keeper as struct, likex/cpc
.