Skip to content

Commit

Permalink
Merge pull request #210 from yoomee1313/enable-valset-at-miner-service
Browse files Browse the repository at this point in the history
node/cn: enable valset module at miner service
  • Loading branch information
yoomee1313 authored Jan 17, 2025
2 parents b7bec0c + 83a11f4 commit 60acdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cn/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func (s *CN) SetupKaiaxModules() error {
// TODO-kaiax: Organize below lines.
s.RegisterBaseModules(mStaking, mReward, mSupply, mGov, mValset)
s.RegisterJsonRpcModules(mStaking, mReward, mSupply, mGov)
s.miner.RegisterExecutionModule(mStaking, mSupply, mGov)
s.miner.RegisterExecutionModule(mStaking, mSupply, mGov, mValset)
s.blockchain.RegisterExecutionModule(mSupply, mGov, mValset)
s.blockchain.RegisterRewindableModule(mStaking, mSupply, mGov, mValset)
if engine, ok := s.engine.(consensus.Istanbul); ok {
Expand Down

0 comments on commit 60acdb1

Please sign in to comment.