Skip to content

Commit

Permalink
docs: better looking comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Aug 23, 2023
1 parent 523d352 commit b210678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/src/e2e_sandbox_example.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ describe('e2e_sandbox_example', () => {
const logger = createDebugLogger('private-token');
const sandboxUrl = 'http://localhost:8080';

// We create AztecRPC client connected to the sandbox URL and we use fetch with 3 automatic retries and a 1s, 2s
// and 3s intervals between failures
// We create AztecRPC client connected to the sandbox URL and we use fetch with
// 3 automatic retries and a 1s, 2s and 3s intervals between failures.
const aztecRpc = createAztecRpcClient(sandboxUrl, makeFetch([1, 2, 3], false));

const nodeInfo = await aztecRpc.getNodeInfo();
Expand Down

0 comments on commit b210678

Please sign in to comment.