Skip to content
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

Draft
wants to merge 4 commits into
base: feature/dev
Choose a base branch
from
Draft

Refactor modules #881

wants to merge 4 commits into from

Conversation

dheerajkd30
Copy link
Member

No description provided.

// Set keys KVStoreKey, TransientStoreKey, MemoryStoreKey
appKeepers.GenerateKeys()
keys := appKeepers.GetKVStoreKey()
tkeys := appKeepers.GetTransientStoreKey()

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of tkeys is never used.
&appKeepers.MarketKeeper,
appKeepers.AssetKeeper,
)
bandoracleModule := bandoraclemodule.NewAppModule(

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of bandoracleModule is never used.
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

This definition of oracleModule is never used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants