Skip to content

Commit

Permalink
adds relevant comment for hardcoded values
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <[email protected]>
  • Loading branch information
konstantinabl committed Oct 30, 2024
1 parent ed674a9 commit 25437f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/relay/src/lib/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,7 @@ export class EthImpl implements Eth {
* @param {(error: SDKClientError) => void} [options.onError=(error) => {}] A function to handle errors that occur during retry attempts.
* @returns {Promise<T>} A promise resolving to the result of the transaction.
*/
//backOff and maxAttempts are hardcoded since this is planned to be just a workaround for issue #3118
private async sendRawTransactionWithRetry<T>(
sendRawTransaction: () => T,
{
Expand Down

0 comments on commit 25437f2

Please sign in to comment.