-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: nexus message router get correctly set up
Because keepers were passed as values instead of references, some modules, which relied on the nexus keeper and were initialized before the nexus message router was set up, couldn't use the correct nexus routing. By passing the nexus router as a reference, later router set up still affects the initialized keepers now.
- Loading branch information
Showing
2 changed files
with
77 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.