Skip to content

Commit

Permalink
Update src/horizon/server.ts
Browse files Browse the repository at this point in the history
Co-authored-by: George <[email protected]>
  • Loading branch information
aditya1702 and Shaptic committed Jun 17, 2024
1 parent e8dbf71 commit 2e38516
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/horizon/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,8 @@ export class Server {
* // earlier does the trick!
* .build();
* ```
* @param seconds
* @param {number} seconds Number of seconds past the current time to wait.
* @param _isRetry
* @param {bool} [_isRetry] True if this is a retry. Only set this internally!
* @param {bool} [_isRetry=false] True if this is a retry. Only set this internally!
* This is to avoid a scenario where Horizon is horking up the wrong date.
* @returns {Promise<Timebounds>} Promise that resolves a `timebounds` object
* (with the shape `{ minTime: 0, maxTime: N }`) that you can set the `timebounds` option to.
Expand Down

0 comments on commit 2e38516

Please sign in to comment.