Skip to content

Commit

Permalink
Removed duplicate text from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kolja-esders committed Mar 12, 2018
1 parent 07636e0 commit 32bac74
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32bac74

Please sign in to comment.