From 97e78ea56f7d7cc32f2a65658d2441b420f11f61 Mon Sep 17 00:00:00 2001 From: chenqin <490358423@qq.com> Date: Wed, 1 Apr 2026 17:26:00 +0800 Subject: [PATCH] fix(doc): typo, stage-8 is binary options market --- injective-chain/modules/exchange/abci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injective-chain/modules/exchange/abci.go b/injective-chain/modules/exchange/abci.go index 505c23b9..44970ac7 100644 --- a/injective-chain/modules/exchange/abci.go +++ b/injective-chain/modules/exchange/abci.go @@ -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 {