From 32bac744bcff75d6eec87982b6a1ac708175bbd5 Mon Sep 17 00:00:00 2001 From: Kolja Esders Date: Mon, 12 Mar 2018 02:16:18 +0100 Subject: [PATCH] Removed duplicate text from docs --- .../internal/docs/reference/endpoints/transactions-all.md | 1 - 1 file changed, 1 deletion(-) diff --git a/services/horizon/internal/docs/reference/endpoints/transactions-all.md b/services/horizon/internal/docs/reference/endpoints/transactions-all.md index 4d0e679d23..6b209d18a0 100644 --- a/services/horizon/internal/docs/reference/endpoints/transactions-all.md +++ b/services/horizon/internal/docs/reference/endpoints/transactions-all.md @@ -6,7 +6,6 @@ clientData: This endpoint represents all validated [transactions](../resources/transaction.md). This endpoint can also be used in [streaming](../responses.md#streaming) mode. This makes it possible to use it to listen for new transactions as they get made in the Stellar network. -If called in streaming mode Horizon will start at the earliest known transaction unless a cursor is set. In that case it will start from the cursor. If called in streaming mode Horizon will start at the earliest known transaction unless a `cursor` is set. In that case it will start from the `cursor`. You can also set `cursor` value to `now` to only stream transaction created since your request time. ## Request