-
Notifications
You must be signed in to change notification settings - Fork 878
Remove crisis module wiring and code #3510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
7aa26b9
f76f011
4972f18
0001bf8
667afb9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,6 @@ import ( | |
| authcmd "github.com/sei-protocol/sei-chain/sei-cosmos/x/auth/client/cli" | ||
| "github.com/sei-protocol/sei-chain/sei-cosmos/x/auth/types" | ||
| banktypes "github.com/sei-protocol/sei-chain/sei-cosmos/x/bank/types" | ||
| "github.com/sei-protocol/sei-chain/sei-cosmos/x/crisis" | ||
| genutilcli "github.com/sei-protocol/sei-chain/sei-cosmos/x/genutil/client/cli" | ||
| seidbconfig "github.com/sei-protocol/sei-chain/sei-db/config" | ||
| tmcfg "github.com/sei-protocol/sei-chain/sei-tendermint/config" | ||
|
|
@@ -219,9 +218,7 @@ func txCommand() *cobra.Command { | |
| return cmd | ||
| } | ||
|
|
||
| func addModuleInitFlags(startCmd *cobra.Command) { | ||
| crisis.AddModuleInitFlags(startCmd) | ||
| } | ||
| func addModuleInitFlags(_ *cobra.Command) {} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed CLI flag breaks operators using itMedium Severity The Additional Locations (1)Reviewed by Cursor Bugbot for commit 667afb9. Configure here. |
||
|
|
||
| // newApp creates a new Cosmos SDK app | ||
| func newApp( | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.


Uh oh!
There was an error while loading. Please reload this page.