Skip to content

Commit

Permalink
fix(x/staking): fix cyclic dependence issue bw pubkey and staking kee…
Browse files Browse the repository at this point in the history
…pers
  • Loading branch information
hacheigriega committed Dec 9, 2024
1 parent 643fdb0 commit ebbc74f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/pubkey/keeper/endblock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ func initFixture(tb testing.TB) *fixture {
})

types.RegisterMsgServer(integrationApp.MsgServiceRouter(), keeper.NewMsgServerImpl(pubKeyKeeper))

sdkStakingMsgServer := sdkstakingkeeper.NewMsgServerImpl(sdkStakingKeeper)
stakingMsgServer := stakingkeeper.NewMsgServerImpl(sdkStakingMsgServer, stakingKeeper)
sdkstakingtypes.RegisterMsgServer(integrationApp.MsgServiceRouter(), stakingMsgServer)
Expand Down

0 comments on commit ebbc74f

Please sign in to comment.