Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion injective-chain/modules/exchange/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (h *BlockHandler) EndBlocker(ctx sdk.Context) {
return false
})

/** =========== Stage 8: Process Derivative Market Param Updates if any =========== */
/** =========== Stage 8: Process Binary Options Market Param Updates if any =========== */
h.k.IterateBinaryOptionsMarketParamUpdates(ctx, func(p *v2.BinaryOptionsMarketParamUpdateProposal) (stop bool) {
err := h.k.ExecuteBinaryOptionsMarketParamUpdateProposal(ctx, p)
if err != nil {
Expand Down