mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
Merge branch 'master' of github.com:Kava-Labs/kava into linters
This commit is contained in:
commit
9743f356be
@ -401,6 +401,7 @@ func NewApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool,
|
||||
bep3.NewAppModule(app.bep3Keeper, app.accountKeeper, app.supplyKeeper),
|
||||
kavadist.NewAppModule(app.kavadistKeeper, app.supplyKeeper),
|
||||
incentive.NewAppModule(app.incentiveKeeper, app.accountKeeper, app.supplyKeeper),
|
||||
committee.NewAppModule(app.committeeKeeper, app.accountKeeper),
|
||||
)
|
||||
|
||||
app.sm.RegisterStoreDecoders()
|
||||
|
@ -289,7 +289,7 @@ func (suite *KeeperTestSuite) TestValidatePubProposal() {
|
||||
[]params.ParamChange{{
|
||||
Subspace: cdptypes.ModuleName,
|
||||
Key: string(cdptypes.KeyGlobalDebtLimit),
|
||||
Value: string(types.ModuleCdc.MustMarshalJSON(cs(c("usdx", 100000000000)))),
|
||||
Value: string(types.ModuleCdc.MustMarshalJSON(c("usdx", 100000000000))),
|
||||
}},
|
||||
),
|
||||
expectErr: false,
|
||||
|
Loading…
Reference in New Issue
Block a user