Skip to content

Commit

Permalink
Fix mock gen (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfung-dydx authored Mar 18, 2024
1 parent b458799 commit cbf85cb
Show file tree
Hide file tree
Showing 47 changed files with 1,281 additions and 256 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package prices

import (
"fmt"

sdk "github.com/cosmos/cosmos-sdk/types"
pricestypes "github.com/dydxprotocol/v4-chain/protocol/x/prices/types"
)

// PreparePricesKeeper defines the expected Prices keeper used for `PrepareProposal`.
// PricesKeeper defines the expected Prices keeper used for `PrepareProposal`.
type PricesKeeper interface {
GetValidMarketPriceUpdates(ctx sdk.Context) *pricestypes.MsgUpdateMarketPrices
}
Expand Down
15 changes: 9 additions & 6 deletions protocol/mocks/AnteDecorator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions protocol/mocks/AppOptions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cbf85cb

Please sign in to comment.