-
Notifications
You must be signed in to change notification settings - Fork 64
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
Refactor modules #881
base: feature/dev
Are you sure you want to change the base?
Refactor modules #881
Conversation
// Set keys KVStoreKey, TransientStoreKey, MemoryStoreKey | ||
appKeepers.GenerateKeys() | ||
keys := appKeepers.GetKVStoreKey() | ||
tkeys := appKeepers.GetTransientStoreKey() |
Check warning
Code scanning / CodeQL
Useless assignment to local variable Warning
&appKeepers.MarketKeeper, | ||
appKeepers.AssetKeeper, | ||
) | ||
bandoracleModule := bandoraclemodule.NewAppModule( |
Check warning
Code scanning / CodeQL
Useless assignment to local variable Warning
var ( | ||
evidenceRouter = evidencetypes.NewRouter() | ||
ibcRouter = ibcporttypes.NewRouter() | ||
oracleModule = market.NewAppModule(appKeepers.cdc, appKeepers.MarketKeeper, appKeepers.BandoracleKeeper, appKeepers.AssetKeeper) |
Check warning
Code scanning / CodeQL
Useless assignment to local variable Warning
No description provided.