-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move appKeepers struct to a different package (#1327)
* create module keepers && function InitNormalKeepers * move method InitSpecialKeepers and initParamsKeeper to AppKeepers * change in app.go && remove old keepers * fix bug by forget transfer module * add TxFeesKeeper to Hook * move keys generate and transfer module to appkeepers module && functions for these * move key's function to keys.go * add AppKeepers empty struct initialization
- Loading branch information
Showing
6 changed files
with
319 additions
and
260 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
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.