From 991aee01d9c4158bbe03a1749f80673a65293897 Mon Sep 17 00:00:00 2001 From: shan-57blocks <115970472+shan-57blocks@users.noreply.github.com> Date: Wed, 3 Apr 2024 07:13:57 +0800 Subject: [PATCH] Remove duplicate OperationHandler (#504) Co-authored-by: shan --- docs/quickstart/snippets/stellar-handlers.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/quickstart/snippets/stellar-handlers.md b/docs/quickstart/snippets/stellar-handlers.md index a1ab29d82bc..0b12dcae755 100644 --- a/docs/quickstart/snippets/stellar-handlers.md +++ b/docs/quickstart/snippets/stellar-handlers.md @@ -2,5 +2,4 @@ - [TransactionHandlers](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Stellar/Soroban transaction that matches optional filter criteria, run a mapping function - [OperationHandler](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Stellar operation action that matches optional filter criteria, run a mapping function - [EffectHandler](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Stellar effect action that matches optional filter criteria, run a mapping function -- [OperationHandler](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Stellar operation action that matches optional filter criteria, run a mapping function - [EventHandler](../../build/manifest/stellar.md#mapping-handlers-and-filters): On each and every Soroban event action that matches optional filter criteria, run a mapping function