Skip to content

Commit

Permalink
rebase develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Dec 11, 2024
1 parent 1167862 commit a05339e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions testutil/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,8 @@ func NewSDKKeepersWithKeys(
slashingKeeper,
authorityKeeper,
lightclientKeeper,
bankKeeper,
authKeeper,
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)
emissionsKeeper := emissionskeeper.NewKeeper(
Expand Down
2 changes: 1 addition & 1 deletion x/observer/simulation/decoders_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ func TestNewDecodeStore(t *testing.T) {
{Key: types.KeyPrefix(types.BallotListKey), Value: cdc.MustMarshal(&ballotList)},
{Key: types.KeyPrefix(types.VoterKey), Value: cdc.MustMarshal(ballot)},
{Key: types.KeyPrefix(types.TSSKey), Value: cdc.MustMarshal(&tss)},
{Key: types.KeyPrefix(types.TSSHistoryKey), Value: cdc.MustMarshal(&tss)},
{Key: types.KeyPrefix(types.ObserverSetKey), Value: cdc.MustMarshal(&observerSet)},
{Key: types.KeyPrefix(types.AllChainParamsKey), Value: cdc.MustMarshal(&chainParamsList)},
{Key: types.KeyPrefix(types.TSSHistoryKey), Value: cdc.MustMarshal(&tss)},
{Key: types.KeyPrefix(types.TssFundMigratorKey), Value: cdc.MustMarshal(&tssFundMigrator)},
{Key: types.KeyPrefix(types.PendingNoncesKeyPrefix), Value: cdc.MustMarshal(&pendingNonce)},
{Key: types.KeyPrefix(types.ChainNoncesKey), Value: cdc.MustMarshal(&chainNonces)},
Expand Down

0 comments on commit a05339e

Please sign in to comment.